From 8d56073af8e759367ac9e4279c3c02d5abeb7c96 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 5 May 2015 22:05:14 +0000 Subject: [PATCH] Simplify instructions for checking out submodules. Signed-off-by: Jelmer Vernooij Reviewed-by: Andrew Bartlett --- third_party/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("""\ -- 2.34.1