From bde76c048aaf6fc17f4d6f408a318a13efc32989 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 5 Mar 2015 10:29:10 +0100 Subject: [PATCH] whereis: make "-BMS -f" more obvious in usage() Signed-off-by: Karel Zak --- misc-utils/whereis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2