whereis: make "-BMS <dir> -f" more obvious in usage()

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2015-03-05 10:29:10 +01:00
parent 3f51c10b39
commit bde76c048a
1 changed files with 1 additions and 1 deletions

View File

@ -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] <file>\n"), program_invocation_short_name);
fprintf(out, _(" %s [options] [-BMS <dir>... -f] <name>\n"), program_invocation_short_name);
fputs(USAGE_SEPARATOR, out);
fputs(_("Locate the binary, source, and manual-page files for a command.\n"), out);