X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-config.c;h=b2515f7e65ed05a5352639686b5163f4c74bc1c2;hb=57bd934ea69f0151b729b74fd77629b94920cca7;hp=dfa403b94baea97c655ab707d75e80f58f318c51;hpb=e286114d0edbed846149227d48f75338fea760e5;p=git.git diff --git a/builtin-config.c b/builtin-config.c index dfa403b94..b2515f7e6 100644 --- a/builtin-config.c +++ b/builtin-config.c @@ -2,7 +2,7 @@ #include "cache.h" static const char git_config_set_usage[] = -"git-config [ --global ] [ --bool | --int ] [--get | --get-all | --get-regexp | --replace-all | --add | --unset | --unset-all] name [value [value_regex]] | --rename-section old_name new_name | --remove-section name | --list"; +"git-config [ --global | --system ] [ --bool | --int ] [--get | --get-all | --get-regexp | --replace-all | --add | --unset | --unset-all] name [value [value_regex]] | --rename-section old_name new_name | --remove-section name | --list"; static char *key; static regex_t *key_regexp;