From: Rene Scharfe Date: Mon, 21 Aug 2006 18:11:48 +0000 (+0200) Subject: Axe the last ent X-Git-Tag: v1.4.3-rc1~215 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3f0073a2fabce18303aeef154dd6ec5aa8faa5e7?ds=inline;hp=--cc Axe the last ent In the name of Standardization, this cleanses the last usage string of mystical creatures. But they still dwell deep within the source and in some debug messages, it is said. Signed-off-by: Rene Scharfe Signed-off-by: Junio C Hamano --- 3f0073a2fabce18303aeef154dd6ec5aa8faa5e7 diff --git a/builtin-tar-tree.c b/builtin-tar-tree.c index 215892b696..aeb5a8c2ad 100644 --- a/builtin-tar-tree.c +++ b/builtin-tar-tree.c @@ -14,7 +14,7 @@ #define BLOCKSIZE (RECORDSIZE * 20) static const char tar_tree_usage[] = -"git-tar-tree [--remote=] [basedir]"; +"git-tar-tree [--remote=] [basedir]"; static char block[BLOCKSIZE]; static unsigned long offset;