diff options
Diffstat (limited to 'src/rm.c')
-rw-r--r-- | src/rm.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -99,9 +99,10 @@ Remove (unlink) the FILE(s).\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\ -")); + %s -- -foo\n\ + %s ./-foo\n\ +"), + program_name, program_name); puts (_("\nReport bugs to <bug-fileutils@gnu.org>.")); close_stdout (); } |