Fixed usage screen
This commit is contained in:
parent
d88e2c65a2
commit
9dc7ee76d2
3
src/mv.c
3
src/mv.c
|
@ -246,7 +246,8 @@ static int _mv_multiple(Prefs * prefs, int filec, char * const filev[])
|
|||
/* usage */
|
||||
static int _usage(void)
|
||||
{
|
||||
fputs("Usage: mv [-fi] source_file... target_file\n\
|
||||
fputs("Usage: mv [-fi] source_file target_file\n\
|
||||
mv [-fi] source_file... target_file\n\
|
||||
-f Do not prompt for confirmation if the destination path exists\n\
|
||||
-i Prompt for confirmation if the destination path exists\n", stderr);
|
||||
return 1;
|
||||
|
|
Loading…
Reference in New Issue
Block a user