Skip to content

Commit

Permalink
Simplify instructions for checking out submodules.
Browse files Browse the repository at this point in the history
Signed-off-by: Jelmer Vernooij <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
jelmer authored and abartlet committed May 19, 2015
1 parent e8de290 commit 8d56073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def find_third_party_module(conf, module, package):
os.path.isfile(os.path.join(conf.srcdir, ".gitmodule"))):
raise Utils.WafError("""\
Unable to find Python module '%s'. Please install the system package or check \
out the relevant submodule by running 'git submodule init; git submodule update'.
out the relevant submodule by running 'git submodule update --init'.
""" % module)
else:
raise Utils.WafError("""\
Expand Down

0 comments on commit 8d56073

Please sign in to comment.