aboutsummaryrefslogtreecommitdiff
path: root/patch-id.c
diff options
context:
space:
mode:
authorAlexander Potashev <aspotashev@gmail.com>2009-01-04 21:39:27 +0300
committerJunio C Hamano <gitster@pobox.com>2009-02-04 15:08:49 -0800
commit34263de0265a484bf44058819a363bb1e627c0ce (patch)
treee33524d34269861730abb1f3386ca90db92d8ab8 /patch-id.c
parent5c7eee03da32ac8ff5e91159670558b0d7fb9b1a (diff)
downloadgit-34263de0265a484bf44058819a363bb1e627c0ce.tar.gz
git-34263de0265a484bf44058819a363bb1e627c0ce.tar.xz
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 'patch-id.c')
-rw-r--r--patch-id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-id.c b/patch-id.c
index 3660ad461..0df4cb086 100644
--- a/patch-id.c
+++ b/patch-id.c
@@ -73,7 +73,7 @@ static void generate_id_list(void)
flush_current_id(patchlen, sha1, &ctx);
}
-static const char patch_id_usage[] = "git-patch-id < patch";
+static const char patch_id_usage[] = "git patch-id < patch";
int main(int argc, char **argv)
{