chiark / gitweb /
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 17a7d36a7880e58eee5639073d637c6f85433287..f4e3f6b6588d87d273baf42f7cf64fd47db2bdbb 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