commit 2733fc7249b0a43a177fb36a9c51e2424bb24456
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