summaryrefslogtreecommitdiff
path: root/src/rm.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-23 20:10:25 +0000
committerJim Meyering <jim@meyering.net>2001-11-23 20:10:25 +0000
commitb78de3e724522e63bc82ef2f2214d329e69ea545 (patch)
tree9a0759d9c581522e4a3bd10fc46277db4465f2f6 /src/rm.c
parentfaf0e1a16ed1063dbe41fd03cfbcc591c5b9a3b0 (diff)
downloadcoreutils-b78de3e724522e63bc82ef2f2214d329e69ea545.tar.xz
Split usage strings so that --help and --version
descriptions are alone in their own string.
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 dbe6fb26f..a3f214b66 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -92,14 +92,14 @@ Remove (unlink) the FILE(s).\n\
-f, --force ignore nonexistent files, never prompt\n\
-i, --interactive prompt before any removal\n\
-r, -R, --recursive remove the contents of directories recursively\n\
+ -v, --verbose explain what is being done\n\
"), stdout);
fputs (_("\
- -v, --verbose explain what is being done\n\
--help display this help and exit\n\
--version output version information and exit\n\
-\n\
"), stdout);
printf (_("\
+\n\
To remove a file whose name starts with a `-', for example `-foo',\n\
use one of these commands:\n\
%s -- -foo\n\