X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git.c;h=f37028b3b722e6203ae8dac1ccf40a94421597d2;hb=f46e130439a57ce44708971183adab7e58512b34;hp=17538117a5ccfd48129a873697d8674e86f512f5;hpb=8fbe9b32ce6f5e12ba3f8b9d4e3ccb0b8acf529f;p=git.git diff --git a/git.c b/git.c index 17538117a..f37028b3b 100644 --- a/git.c +++ b/git.c @@ -8,8 +8,8 @@ const char git_usage_string[] = "git [--version] [--exec-path[=GIT_EXEC_PATH]] [--html-path]\n" " [-p|--paginate|--no-pager] [--no-replace-objects]\n" " [--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE]\n" - " [-c name=value\n" - " [--help] COMMAND [ARGS]"; + " [-c name=value] [--help]\n" + " COMMAND [ARGS]"; const char git_more_info_string[] = "See 'git help COMMAND' for more information on a specific command.";