commit dbd071a3a21486bec3a0f45a4af7ef69ecc263f1
Author: FRIGN <[email protected]>
Date:   Wed Jan 28 22:11:50 2015 +0100

    Rectify order of cases

diff --git a/mv.c b/mv.c
index f67558f..afec3b8 100644
--- a/mv.c
+++ b/mv.c
@@ -22,8 +22,8 @@ main(int argc, char *argv[])
        struct stat st;
 
        ARGBEGIN {
-       case 'i':
        case 'f':
+       case 'i':
                break;
        default:
                usage();

Reply via email to