diff options
Diffstat (limited to 'local-pull.c')
-rw-r--r-- | local-pull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/local-pull.c b/local-pull.c index 908e187509..29ae166395 100644 --- a/local-pull.c +++ b/local-pull.c @@ -101,7 +101,7 @@ int fetch_ref(char *ref, unsigned char *sha1) return 0; } -static const char *local_pull_usage = +static const char local_pull_usage[] = "git-local-pull [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path"; /* |