Merge branch 'ak/git-done-help-cleanup'
[gitweb.git] / git.c
diff --git a/git.c b/git.c
index 29268d2f8e528a49db89f880c2ce7dab4f6d4b71..8b5659b2086a2716b8978b2a57bbdc0d7ff5124a 100644 (file)
--- a/git.c
+++ b/git.c
@@ -6,7 +6,7 @@
 const char git_usage_string[] =
        "git [--version] [--help] [-C <path>] [-c name=value]\n"
        "           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
-       "           [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]\n"
+       "           [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]\n"
        "           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
        "           <command> [<args>]";