From: Chuck Lever Date: Wed, 2 Nov 2005 21:55:39 +0000 (-0500) Subject: Fix up help string for "stg clone" X-Git-Tag: v0.8~32 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/93aa248c1f7d093c77959a70942e1ae6208750c8?hp=4dcb1859c57d4b5c70bb28d01ebdca6147718a16 Fix up help string for "stg clone" The help string for "stg clone" is the same as the one for "stg pull". Signed-off-by: Chuck Lever --- diff --git a/stgit/commands/clone.py b/stgit/commands/clone.py index 17a7d36..f4e3f6b 100644 --- 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] Clone a GIT into the local and initialise the