chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4dcb185
)
Fix up help string for "stg clone"
author
Chuck Lever
<cel@netapp.com>
Wed, 2 Nov 2005 21:55:39 +0000
(16:55 -0500)
committer
Catalin 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
patch
|
blob
|
blame
|
history
diff --git
a/stgit/commands/clone.py
b/stgit/commands/clone.py
index 17a7d36a7880e58eee5639073d637c6f85433287..f4e3f6b6588d87d273baf42f7cf64fd47db2bdbb 100644
(file)
--- a/
stgit/commands/clone.py
+++ b/
stgit/commands/clone.py
@@
-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