From: Karel Zak Date: Thu, 5 Mar 2015 09:29:10 +0000 (+0100) Subject: whereis: make "-BMS -f" more obvious in usage() X-Git-Tag: v2.27-rc1~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bde76c048aaf6fc17f4d6f408a318a13efc32989;p=thirdparty%2Futil-linux.git whereis: make "-BMS -f" more obvious in usage() Signed-off-by: Karel Zak --- diff --git a/misc-utils/whereis.c b/misc-utils/whereis.c index 6e23f7aa11..96a930e602 100644 --- a/misc-utils/whereis.c +++ b/misc-utils/whereis.c @@ -186,7 +186,7 @@ static const char *whereis_type_to_name(int type) static void __attribute__((__noreturn__)) usage(FILE *out) { fputs(USAGE_HEADER, out); - fprintf(out, _(" %s [options] \n"), program_invocation_short_name); + fprintf(out, _(" %s [options] [-BMS ... -f] \n"), program_invocation_short_name); fputs(USAGE_SEPARATOR, out); fputs(_("Locate the binary, source, and manual-page files for a command.\n"), out);