X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=parse-options.h;h=7030d8f3da6328cde9557f91cfd80ae60040cfd6;hb=e96b271d185b59d93f7deab454a788c9d8dd0e50;hp=46af94209305529253c0308a69db9caabd8b6624;hpb=9740ef888edadcb12442faf2a690016bb8a2c03c;p=thirdparty%2Fgit.git diff --git a/parse-options.h b/parse-options.h index 46af942093..7030d8f3da 100644 --- a/parse-options.h +++ b/parse-options.h @@ -314,7 +314,7 @@ int parse_opt_passthru_argv(const struct option *, const char *, int); #define OPT__FORCE(var, h, f) OPT_COUNTUP_F('f', "force", (var), (h), (f)) #define OPT__ABBREV(var) \ { OPTION_CALLBACK, 0, "abbrev", (var), N_("n"), \ - N_("use digits to display SHA-1s"), \ + N_("use digits to display object names"), \ PARSE_OPT_OPTARG, &parse_opt_abbrev_cb, 0 } #define OPT__COLOR(var, h) \ OPT_COLOR_FLAG(0, "color", (var), (h))