From: Benno Schulenberg Date: Mon, 22 Sep 2014 20:15:35 +0000 (+0200) Subject: textual: not using angular brackets around literal arguments X-Git-Tag: v2.26-rc1~439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b73142b97a951deb5de369f8f10961479c6051e4;p=thirdparty%2Futil-linux.git textual: not using angular brackets around literal arguments Signed-off-by: Benno Schulenberg --- diff --git a/sys-utils/ctrlaltdel.c b/sys-utils/ctrlaltdel.c index df13d088c4..863632fc3c 100644 --- a/sys-utils/ctrlaltdel.c +++ b/sys-utils/ctrlaltdel.c @@ -18,7 +18,7 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out) { fprintf(out, USAGE_HEADER); - fprintf(out, _(" %s \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);