]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lslocks: minor fix in usage()
authorKarel Zak <kzak@redhat.com>
Tue, 27 Mar 2012 11:41:25 +0000 (13:41 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 27 Mar 2012 11:41:25 +0000 (13:41 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/lslocks.c

index 0abc2a4bfdf82488f799584c92497241879d4092..0631f684af8b8ba8ebdfd91f40935e908230d831 100644 (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"