Code

correct argument checking test for git hash-object
[git.git] / builtin-log.c
index 617aa67f2b2d1fd82c34eea62fd73145ff646ae0..f4975cf35f7f1555739f7657ee62ed983d18cb84 100644 (file)
@@ -1082,7 +1082,7 @@ static int add_pending_commit(const char *arg, struct rev_info *revs, int flags)
 }
 
 static const char cherry_usage[] =
-"git-cherry [-v] <upstream> [<head>] [<limit>]";
+"git cherry [-v] <upstream> [<head>] [<limit>]";
 int cmd_cherry(int argc, const char **argv, const char *prefix)
 {
        struct rev_info revs;