diff options
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r-- | coreutils/mv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index 399f391..87f4cd5 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c @@ -21,7 +21,6 @@ //usage: "or: mv [-fin] SOURCE... DIRECTORY" //usage:#define mv_full_usage "\n\n" //usage: "Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY\n" -//usage: "\nOptions:" //usage: "\n -f Don't prompt before overwriting" //usage: "\n -i Interactive, prompt before overwrite" //usage: "\n -n Don't overwrite an existing file" |