Fixed usage screen

This commit is contained in:
Pierre Pronchery 2007-08-03 01:09:14 +00:00
parent d88e2c65a2
commit 9dc7ee76d2

View File

@ -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;