Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 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)