Rectify order of cases

This commit is contained in:
FRIGN 2015-01-28 22:11:50 +01:00
parent 7437901098
commit 2733fc7249
1 changed files with 1 additions and 1 deletions

2
mv.c
View File

@ -22,8 +22,8 @@ main(int argc, char *argv[])
struct stat st;
ARGBEGIN {
case 'i':
case 'f':
case 'i':
break;
default:
usage();