lslocks: minor fix in usage()

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2012-03-27 13:41:25 +02:00
parent aa8cb034d7
commit e9b4675924
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out)
fprintf(out,
_(" %s [options]\n"), program_invocation_short_name);
fputs(_("\nGeneral Options:\n"), out);
fputs(USAGE_OPTIONS, out);
fputs(_(" -p, --pid <pid> process id\n"
" -o, --output <list> define which output columns to use\n"
" -n, --noheadings don't print headings\n"