From b73142b97a951deb5de369f8f10961479c6051e4 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 22 Sep 2014 22:15:35 +0200 Subject: textual: not using angular brackets around literal arguments Signed-off-by: Benno Schulenberg --- sys-utils/ctrlaltdel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/ctrlaltdel.c') diff --git a/sys-utils/ctrlaltdel.c b/sys-utils/ctrlaltdel.c index df13d088c..863632fc3 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); -- cgit v1.2.3-55-g7522