summaryrefslogtreecommitdiff
path: root/src/rm.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2013-08-03 10:38:12 +0200
committerPádraig Brady <P@draigBrady.com>2013-08-05 01:01:10 +0100
commitda398ae5dfa43efda48310899c24242da4764f44 (patch)
treeb706c768edf308856403b9f05425a1d4b1d3dac8 /src/rm.c
parent57b6bdff7e277c6286afd439bb276049dd9ef6ea (diff)
downloadcoreutils-da398ae5dfa43efda48310899c24242da4764f44.tar.xz
doc: more semicolons instead of periods in option descriptions
Also slightly rephrase some descriptions for extra clarity, and add more consistent indentation. * src/df.c (usage): Semicolon, no final period. * src/du.c (usage): Likewise, plus indentation and clarifying words. * src/ls.c (usage): Semicolon, rephrasings, added parentheses for clarity, indentation. * src/rm.c (usage): Semicolons. * src/tail.c (usage): Adjust -f description to prefer explanatory language instead of option syntax.
Diffstat (limited to 'src/rm.c')
-rw-r--r--src/rm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rm.c b/src/rm.c
index b9b84e117..4b87c12e8 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -141,10 +141,10 @@ Remove (unlink) the FILE(s).\n\
"), stdout);
fputs (_("\
-I prompt once before removing more than three files, or\n\
- when removing recursively. Less intrusive than -i,\n\
+ when removing recursively; less intrusive than -i,\n\
while still giving protection against most mistakes\n\
--interactive[=WHEN] prompt according to WHEN: never, once (-I), or\n\
- always (-i). Without WHEN, prompt always\n\
+ always (-i); without WHEN, prompt always\n\
"), stdout);
fputs (_("\
--one-file-system when removing a hierarchy recursively, skip any\n\