Fix up help string for "stg clone"
authorChuck Lever <cel@netapp.com>
Wed, 2 Nov 2005 21:55:39 +0000 (16:55 -0500)
committerCatalin Marinas <catalin.marinas@gmail.com>
Fri, 4 Nov 2005 21:37:53 +0000 (21:37 +0000)
The help string for "stg clone" is the same as the one for "stg pull".

Signed-off-by: Chuck Lever <cel@netapp.com>
stgit/commands/clone.py

index 17a7d36..f4e3f6b 100644 (file)
@@ -23,7 +23,7 @@ from stgit.utils import *
 from stgit import stack, git
 
 
-help = 'pull the changes from the remote repository'
+help = 'clone a remote repository into local storage'
 usage = """%prog [options] <repository> <dir>
 
 Clone a GIT <repository> into the local <dir> and initialise the