From d33f43a75472cb5104e444c50b880ac3ab2de603 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Mon, 13 Apr 2009 12:11:31 -0700 Subject: Cleanup checkout help to match other commands Signed-off-by: Shawn O. Pearce --- subcmds/checkout.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'subcmds/checkout.py') diff --git a/subcmds/checkout.py b/subcmds/checkout.py index 7ce9d341..07644c95 100644 --- a/subcmds/checkout.py +++ b/subcmds/checkout.py @@ -21,12 +21,14 @@ class Checkout(Command): helpSummary = "Checkout a branch for development" helpUsage = """ %prog [...] +""" + helpDescription = """ +The '%prog' command checks out an existing branch that was previously +created by 'repo start'. -This subcommand checks out an existing branch and -is equivalent to the following git command run on -every project or the list of specified projects: +The command is equivalent to: -"git checkout " + repo forall [...] -c git checkout """ def Execute(self, opt, args): -- cgit v1.2.3-54-g00ecf