summaryrefslogtreecommitdiff
path: root/src/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rm.c')
-rw-r--r--src/rm.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rm.c b/src/rm.c
index 6b69f8750..92684b485 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -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 ();
}