]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: not using angular brackets around literal arguments
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 22 Sep 2014 20:15:35 +0000 (22:15 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 1 Oct 2014 07:37:06 +0000 (09:37 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
sys-utils/ctrlaltdel.c

index df13d088c4ec1095d8179fea86a8e06d41915c47..863632fc3c79838b2e93e164c99c410646242c28 100644 (file)
@@ -18,7 +18,7 @@
 static void __attribute__ ((__noreturn__)) usage(FILE * out)
 {
        fprintf(out, USAGE_HEADER);
-       fprintf(out, _(" %s <hard|soft>\n"), program_invocation_short_name);
+       fprintf(out, _(" %s hard|soft\n"), program_invocation_short_name);
        fprintf(out, USAGE_OPTIONS);
        fprintf(out, USAGE_HELP);
        fprintf(out, USAGE_VERSION);