Replace deprecated dashed git commands in usage
Signed-off-by: Alexander Potashev <aspotashev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
5c7eee03da
commit
34263de026
@ -107,7 +107,7 @@ static int verify_one_pack(const char *path, int verbose)
|
||||
return err;
|
||||
}
|
||||
|
||||
static const char verify_pack_usage[] = "git-verify-pack [-v] <pack>...";
|
||||
static const char verify_pack_usage[] = "git verify-pack [-v] <pack>...";
|
||||
|
||||
int cmd_verify_pack(int argc, const char **argv, const char *prefix)
|
||||
{
|
||||
|
Reference in New Issue
Block a user