Skip to content

Commit 3f0073a

Browse files
Rene ScharfeJunio C Hamano
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e866ffd commit 3f0073a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-tar-tree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define BLOCKSIZE (RECORDSIZE * 20)
1515

1616
static const char tar_tree_usage[] =
17-
"git-tar-tree [--remote=<repo>] <ent> [basedir]";
17+
"git-tar-tree [--remote=<repo>] <tree-ish> [basedir]";
1818

1919
static char block[BLOCKSIZE];
2020
static unsigned long offset;

0 commit comments

Comments
 (0)