From: Reuben Thomas Date: Mon, 4 Aug 2014 10:42:45 +0000 (+0100) Subject: doc: indicate that FILE arguments are optional with rm -f X-Git-Tag: v8.24~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bcc626190a7522c2a64dc60bfe0e3910dd4f075;p=thirdparty%2Fcoreutils.git doc: indicate that FILE arguments are optional with rm -f * src/rm.c (usage): s/FILE/[FILE]/. Fixes http://bugs.gnu.org/18187 --- diff --git a/src/rm.c b/src/rm.c index 5baea1533b..708d85d213 100644 --- 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\