diff options
| author | James Liu <james@jamesliu.io> | 2024-05-03 17:17:04 +1000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-05-03 10:32:06 -0700 |
| commit | 9b715ad92609f9b4ad12fa76ac649954ccdd119a (patch) | |
| tree | abdac5564f630b0b68a618f85128c679528bda70 /git.c | |
| parent | d4cc1ec35f3bcce816b69986ca41943f6ce21377 (diff) | |
doc: clean up usage documentation for --no-* opts
We'll be adding another option to the --no-* class of options soon.
Clean up the existing options by grouping them together in the OPTIONS
section, and adding missing ones to the SYNOPSIS.
Signed-off-by: James Liu <james@jamesliu.io>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
| -rw-r--r-- | git.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -36,9 +36,9 @@ struct cmd_struct { const char git_usage_string[] = N_("git [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>]\n" " [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n" - " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]\n" - " [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n" - " [--config-env=<name>=<envvar>] <command> [<args>]"); + " [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--no-lazy-fetch]\n" + " [--no-optional-locks] [--bare] [--git-dir=<path>] [--work-tree=<path>]\n" + " [--namespace=<name>] [--config-env=<name>=<envvar>] <command> [<args>]"); const char git_more_info_string[] = N_("'git help -a' and 'git help -g' list available subcommands and some\n" |
