summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2017-03-05 13:06:50 +0100
committerGravatar Nikias Bassen2017-03-05 13:06:50 +0100
commit8a75d318450704fc547188018eb2afd38b8a6e45 (patch)
tree8a339d1e46fc7dc3231c99ec806b57547bca4b70
parente9c805ffdec34c66fdc751ea222fa40678c71351 (diff)
downloadidevicerestore-8a75d318450704fc547188018eb2afd38b8a6e45.tar.gz
idevicerestore-8a75d318450704fc547188018eb2afd38b8a6e45.tar.bz2
Add '-k' as short option for '--keep-pers' as advertised in usage info
-rw-r--r--src/idevicerestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index 01901d6..5ac2437 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -1057,7 +1057,7 @@ int main(int argc, char* argv[]) {
return -1;
}
- while ((opt = getopt_long(argc, argv, "dhcesxtpli:u:nC:", longopts, &optindex)) > 0) {
+ while ((opt = getopt_long(argc, argv, "dhcesxtpli:u:nC:k", longopts, &optindex)) > 0) {
switch (opt) {
case 'h':
usage(argc, argv);