diff options
Diffstat (limited to 'ssh-push.c')
-rw-r--r-- | ssh-push.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-push.c b/ssh-push.c index aac70af514..ee424a8712 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) |