]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Add a little to the description of --list.
authorJim Meyering <jim@meyering.net>
Fri, 3 May 2002 08:12:25 +0000 (08:12 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 3 May 2002 08:12:25 +0000 (08:12 +0000)
Uncapitalize first word and remove period at end of each one line
option description.

src/kill.c

index f53bb3a5b4bdbc854c205f5a91f905161741f430..38da475ae86aa05c9f46fff2736049e3b09e763d 100644 (file)
@@ -104,9 +104,10 @@ Send signals to processes, or list signals.\n\
 Mandatory arguments to long options are mandatory for short options too.\n\
 "), stdout);
       fputs (_("\
-  -s, --signal SIGNAL, -SIGNAL  Name or number of signal to be sent.\n\
-  -l, --list                    List signal names.\n\
-  -t, --table                   Print a table of signal information.\n\
+  -s, --signal=SIGNAL, -SIGNAL\n\
+                   specify the name or number of the signal to be sent\n\
+  -l, --list       list signal names, or convert signal names to/from numbers\n\
+  -t, --table      print a table of signal information\n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);