Add missing '--summary' to cg-log usage. Signed-off-by: Ben Clifford --- commit a21b69e87d13a210df78a7eb952ed400109c0438 tree 0ab82b9a97ffaa71e0342e3aa153196ef8e0ac77 parent c51a232e8115ade2f5d61f4ea9dd1246bd7f7db0 author Ben Clifford Wed, 16 Nov 2005 09:29:57 +1000 committer Ben Clifford Wed, 16 Nov 2005 09:29:57 +1000 cg-log | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cg-log b/cg-log index 710ce7b..49c3cc0 100755 --- a/cg-log +++ b/cg-log @@ -98,7 +98,7 @@ # things more comfortable to SVN users). See cogito(7) for more details # about revision specification. -USAGE="cg-log [-c] [-f] [-m] [-M] [-s] [-uUSERNAME] [-d DATE] [-r FROM_ID[..TO_ID]] FILE..." +USAGE="cg-log [-c] [-f] [-m] [-M] [-s] [-uUSERNAME] [-d DATE] [-r FROM_ID[..TO_ID]] [--summary] FILE..." . ${COGITO_LIB}cg-Xlib || exit 1 # Try to fix the annoying "Broken pipe" output. May not help, but apparently