summaryrefslogtreecommitdiffstats
path: root/sys-utils/ctrlaltdel.c
diff options
context:
space:
mode:
authorBenno Schulenberg2014-09-22 22:15:35 +0200
committerKarel Zak2014-10-01 09:37:06 +0200
commitb73142b97a951deb5de369f8f10961479c6051e4 (patch)
tree2d0b541525581b4436ba6e7019dec80396e7e15e /sys-utils/ctrlaltdel.c
parenttextual: add a comma for clarity, plus some other tweaks (diff)
downloadkernel-qcow2-util-linux-b73142b97a951deb5de369f8f10961479c6051e4.tar.gz
kernel-qcow2-util-linux-b73142b97a951deb5de369f8f10961479c6051e4.tar.xz
kernel-qcow2-util-linux-b73142b97a951deb5de369f8f10961479c6051e4.zip
textual: not using angular brackets around literal arguments
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/ctrlaltdel.c')
-rw-r--r--sys-utils/ctrlaltdel.c2
1 files changed, 1 insertions, 1 deletions
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 <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);