diff options
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ const char git_usage_string[] = " [--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" + " [--super-prefix=<path>]\n" " <command> [<args>]"); const char git_more_info_string[] = |