X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=git.c;h=0409ac9fd3f1ea36680189e07116e58b2630ccad;hb=1f238da57334ca0155ae7560b173eefc8c4c157a;hp=50a14013c5a87fed200df0a5a4ec6db0f1e2c223;hpb=2e1e96126f93653badaa0afd17204e417dfc8e7d;p=git.git diff --git a/git.c b/git.c index 50a14013c..0409ac9fd 100644 --- a/git.c +++ b/git.c @@ -6,14 +6,14 @@ #include "run-command.h" const char git_usage_string[] = - "git [--version] [--exec-path[=GIT_EXEC_PATH]] [--html-path]\n" + "git [--version] [--exec-path[=]] [--html-path]\n" " [-p|--paginate|--no-pager] [--no-replace-objects]\n" - " [--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE]\n" + " [--bare] [--git-dir=] [--work-tree=]\n" " [-c name=value] [--help]\n" - " COMMAND [ARGS]"; + " []"; const char git_more_info_string[] = - "See 'git help COMMAND' for more information on a specific command."; + "See 'git help ' for more information on a specific command."; static struct startup_info git_startup_info; static int use_pager = -1;