aboutsummaryrefslogtreecommitdiff
path: root/builtin-tar-tree.c
diff options
context:
space:
mode:
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>2006-08-21 20:11:48 +0200
committerJunio C Hamano <junkio@cox.net>2006-08-21 20:19:45 -0700
commit3f0073a2fabce18303aeef154dd6ec5aa8faa5e7 (patch)
treea3f48c2b287d68cd80e14ee3941d4f06b9c34fbf /builtin-tar-tree.c
parente866ffdf9b2add0e0981d19b3c212c4621fd8a57 (diff)
downloadgit-3f0073a2fabce18303aeef154dd6ec5aa8faa5e7.tar.gz
git-3f0073a2fabce18303aeef154dd6ec5aa8faa5e7.tar.xz
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 <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'builtin-tar-tree.c')
-rw-r--r--builtin-tar-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-tar-tree.c b/builtin-tar-tree.c
index 215892b69..aeb5a8c2a 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=<repo>] <ent> [basedir]";
+"git-tar-tree [--remote=<repo>] <tree-ish> [basedir]";
static char block[BLOCKSIZE];
static unsigned long offset;