diff options
author | Alexander Potashev <aspotashev@gmail.com> | 2009-01-04 19:39:27 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-05 00:08:49 +0100 |
commit | 34263de0265a484bf44058819a363bb1e627c0ce (patch) | |
tree | e33524d34269861730abb1f3386ca90db92d8ab8 /mktree.c | |
parent | git-show-branch doc: show -g as synonym to --reflog in the list (diff) | |
download | git-34263de0265a484bf44058819a363bb1e627c0ce.tar.xz git-34263de0265a484bf44058819a363bb1e627c0ce.zip |
Replace deprecated dashed git commands in usage
Signed-off-by: Alexander Potashev <aspotashev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'mktree.c')
-rw-r--r-- | mktree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ static void write_tree(unsigned char *sha1) write_sha1_file(buf.buf, buf.len, tree_type, sha1); } -static const char mktree_usage[] = "git-mktree [-z]"; +static const char mktree_usage[] = "git mktree [-z]"; int main(int ac, char **av) { |