1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

(usage): Add the answer to `How do I remove a file named -f?'

This commit is contained in:
Jim Meyering
2000-05-02 06:55:49 +00:00
parent e0263e15f1
commit acd9c429c0
+6 -1
View File
@@ -1,5 +1,5 @@
/* `rm' file deletion utility for GNU.
Copyright (C) 88, 90, 91, 1994-1999 Free Software Foundation, Inc.
Copyright (C) 88, 90, 91, 1994-2000 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -96,6 +96,11 @@ Remove (unlink) the FILE(s).\n\
-v, --verbose explain what is being done\n\
--help display this help and exit\n\
--version output version information and exit\n\
\n\
To remove a file whose name starts with a `-', for example `-foo',\n\
use one of these commands:\n\
rm -- -foo\n\
rm ./-foo\n\
"));
puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));
close_stdout ();