diff options
Diffstat (limited to 'coreutils/rm.c')
-rw-r--r-- | coreutils/rm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/rm.c b/coreutils/rm.c index 8efd895..042fba1 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c @@ -19,7 +19,6 @@ //usage: "[-irf] FILE..." //usage:#define rm_full_usage "\n\n" //usage: "Remove (unlink) FILEs\n" -//usage: "\nOptions:" //usage: "\n -i Always prompt before removing" //usage: "\n -f Never prompt" //usage: "\n -R,-r Recurse" |