]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: indicate that FILE arguments are optional with rm -f
authorReuben Thomas <rrt@sc3d.org>
Mon, 4 Aug 2014 10:42:45 +0000 (11:42 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 4 Aug 2014 10:42:45 +0000 (11:42 +0100)
* src/rm.c (usage): s/FILE/[FILE]/.
Fixes http://bugs.gnu.org/18187

src/rm.c

index 5baea1533b72ed8f477fb22ef0e22dfe7c4d8581..708d85d213443d6fa8b0e7648f7d5c2d5729d88c 100644 (file)
--- a/src/rm.c
+++ b/src/rm.c
@@ -132,7 +132,7 @@ usage (int status)
     emit_try_help ();
   else
     {
-      printf (_("Usage: %s [OPTION]... FILE...\n"), program_name);
+      printf (_("Usage: %s [OPTION]... [FILE]...\n"), program_name);
       fputs (_("\
 Remove (unlink) the FILE(s).\n\
 \n\