aboutsummaryrefslogtreecommitdiff
path: root/ssh-push.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-push.c')
-rw-r--r--ssh-push.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-push.c b/ssh-push.c
index aac70af51..ee424a871 100644
--- a/ssh-push.c
+++ b/ssh-push.c
@@ -96,7 +96,7 @@ static void service(int fd_in, int fd_out) {
} while (1);
}
-static const char *ssh_push_usage =
+static const char ssh_push_usage[] =
"git-ssh-push [-c] [-t] [-a] [-w ref] commit-id url";
int main(int argc, char **argv)