summaryrefslogtreecommitdiffstats
path: root/src/irecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irecovery.c')
-rw-r--r--src/irecovery.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/irecovery.c b/src/irecovery.c
index e9ecdea..ae828af 100644
--- a/src/irecovery.c
+++ b/src/irecovery.c
@@ -99,13 +99,13 @@ int main(int argc, char** argv) {
99 action = kStartShell; 99 action = kStartShell;
100 break; 100 break;
101 101
102 case 'c': 102 case 'f':
103 action = kSendCommand; 103 action = kSendFile;
104 argument = optarg; 104 argument = optarg;
105 break; 105 break;
106 106
107 case 'f': 107 case 'c':
108 action = kSendFile; 108 action = kSendCommand;
109 argument = optarg; 109 argument = optarg;
110 break; 110 break;
111 111