Simplify instructions for checking out submodules.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 5 May 2015 22:05:14 +0000 (22:05 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 19 May 2015 17:28:19 +0000 (19:28 +0200)
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
third_party/wscript

index 4f6347795eb1b47319f668782d7faf5ff595191f..d41b90698ed72699f843410157a750a8d1ff0605 100644 (file)
@@ -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("""\