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
@ -11,7 +11,7 @@
|
||||
#include "list-objects.h"
|
||||
#include "run-command.h"
|
||||
|
||||
static const char upload_pack_usage[] = "git-upload-pack [--strict] [--timeout=nn] <dir>";
|
||||
static const char upload_pack_usage[] = "git upload-pack [--strict] [--timeout=nn] <dir>";
|
||||
|
||||
/* bits #0..7 in revision.h, #8..10 in commit.c */
|
||||
#define THEY_HAVE (1u << 11)
|
||||
|
||||
Reference in New Issue
Block a user