diff options
-rw-r--r-- | THANKS.in | 1 | ||||
-rw-r--r-- | doc/coreutils.texi | 2 | ||||
-rw-r--r-- | src/rm.c | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -276,6 +276,7 @@ Jens Elkner elkner@imsgroup.de Jens Schmidt jms@jsds.hamburg.com Jeph Cowan jeph@ucar.edu Jeremy Maitin-Shepard jbms@cmu.edu +Jérémy Magrin jeremy.magrin@epitech.eu Jerome Abela abela@hsc.fr Jérôme Zago bug-coreutils-ml@agt-the-walker.net Jesse Kornblum kornblum@usna.edu diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 02c3a2a5d..8c6a2870f 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8769,7 +8769,7 @@ The program accepts the following options. Also see @ref{Common options}. @itemx --force @opindex -f @opindex --force -Ignore nonexistent files and never prompt the user. +Ignore nonexistent files and missing operands, and never prompt the user. Ignore any previous @option{--interactive} (@option{-i}) option. @item -i @@ -135,7 +135,7 @@ usage (int status) fputs (_("\ Remove (unlink) the FILE(s).\n\ \n\ - -f, --force ignore nonexistent files, never prompt\n\ + -f, --force ignore nonexistent files and arguments, never prompt\n\ -i prompt before every removal\n\ "), stdout); fputs (_("\ |