From 752371d91b9c7d1e9d6859cdf4cd8fef2f7b245c Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 11 Oct 2011 15:23:37 -0700 Subject: [PATCH] help: Fix help sync help sync crashed as sync required the manifest to be configured to create the option parser, as the default number of jobs is required. Change-Id: Ie75e8d75ac0e38313e4aab451cbb24430e84def5 Signed-off-by: Shawn O. Pearce --- subcmds/help.py | 1 + 1 file changed, 1 insertion(+) diff --git a/subcmds/help.py b/subcmds/help.py index 90b817db..0df3c14b 100644 --- a/subcmds/help.py +++ b/subcmds/help.py @@ -165,6 +165,7 @@ See 'repo help --all' for a complete list of recognized commands. print >>sys.stderr, "repo: '%s' is not a repo command." % name sys.exit(1) + cmd.manifest = self.manifest self._PrintCommandHelp(cmd) else: