We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1eba9f + 03a0fb0 commit ce432caCopy full SHA for ce432ca
git.c
@@ -6,10 +6,10 @@
6
#include "run-command.h"
7
8
const char git_usage_string[] =
9
- "git [--version] [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
+ "git [--version] [--help] [-c name=value]\n"
10
+ " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
11
" [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]\n"
12
" [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
- " [-c name=value] [--help]\n"
13
" <command> [<args>]";
14
15
const char git_more_info_string[] =
0 commit comments