Fix a typo in "stg pick"
[stgit] / 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