* [PATCH] Fix the usage strings for cg-clone and cg-log
@ 2005-09-22 8:00 Martin Atukunda
0 siblings, 0 replies; only message in thread
From: Martin Atukunda @ 2005-09-22 8:00 UTC (permalink / raw)
To: git
Signed-Off-By: Martin Atukunda <matlads@dsmagic.com>
---
cg-clone | 2 +-
cg-log | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
1a32f441ba9650b90cfc08bb383bcb02eb9101df
diff --git a/cg-clone b/cg-clone
--- a/cg-clone
+++ b/cg-clone
@@ -27,7 +27,7 @@
# Clone in the current directory instead of creating a new one.
# Specifying both -s and a destination directory makes no sense.
-USAGE="cg-clone [-s] LOCATION [DESTDIR]"
+USAGE="cg-clone [-l] [-s] LOCATION [DESTDIR]"
_git_repo_unneeded=1
. ${COGITO_LIB}cg-Xlib || exit 1
diff --git a/cg-log b/cg-log
--- a/cg-log
+++ b/cg-log
@@ -78,7 +78,7 @@
#
# $ cg-log -r releasetag-0.9:releasetag-0.10
-USAGE="cg-log [-c] [-f] [-m] [-s] [-uUSERNAME] [-r FROM_ID[:TO_ID]] FILE..."
+USAGE="cg-log [-c] [-f] [-m] [-s] [-uUSERNAME] [-d DATE] [-r FROM_ID[:TO_ID]] FILE..."
. ${COGITO_LIB}cg-Xlib || exit 1
# Try to fix the annoying "Broken pipe" output. May not help, but apparently
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-22 8:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-22 8:00 [PATCH] Fix the usage strings for cg-clone and cg-log Martin Atukunda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).