summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2015-05-05 22:05:14 +0000
committerAndrew Bartlett <abartlet@samba.org>2015-05-19 19:28:19 +0200
commit8d56073af8e759367ac9e4279c3c02d5abeb7c96 (patch)
treedba2dc687e08033d514ebcde3b810dab65ccd2a4 /third_party
parente8de2903fbbecac368347ffab019962ca66d43a6 (diff)
downloadsamba-8d56073af8e759367ac9e4279c3c02d5abeb7c96.tar.gz
Simplify instructions for checking out submodules.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/wscript b/third_party/wscript
index 4f6347795eb..d41b90698ed 100644
--- a/third_party/wscript
+++ b/third_party/wscript
@@ -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("""\