aboutsummaryrefslogtreecommitdiff
path: root/local-pull.c
diff options
context:
space:
mode:
Diffstat (limited to 'local-pull.c')
-rw-r--r--local-pull.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/local-pull.c b/local-pull.c
index 908e18750..29ae16639 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";
/*