summaryrefslogtreecommitdiff
path: root/src/gitget/gitget
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-25 20:12:34 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-25 20:12:34 -0400
commitb247261b96339a59e74c9d705fe06ab38bd9e634 (patch)
treeec44bd3f9a43c62108538ee21deaef30ee7c1850 /src/gitget/gitget
parentde12756765f573b03821b252a47e68a088090eb0 (diff)
touch up usage() text in src/gitget
Diffstat (limited to 'src/gitget/gitget')
-rwxr-xr-xsrc/gitget/gitget3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gitget/gitget b/src/gitget/gitget
index bcc528c..a748943 100755
--- a/src/gitget/gitget
+++ b/src/gitget/gitget
@@ -145,8 +145,7 @@ download_git_bare() {
}
usage() {
- print 'Usage: %s [OPTIONS] bare URL DIRECTORY' "${0##*/}"
- print 'Usage: %s [OPTIONS] checkout URL DIRECTORY' "${0##*/}"
+ print 'Usage: %s [OPTIONS] [bare|checkout] URL DIRECTORY' "${0##*/}"
print 'A URL-handler for git urls. Capable of updating or cloning.'
echo
prose "Clones or pulls from the git URL, to a local DIRECTORY. If