diff options
author | Nikias Bassen | 2017-03-05 13:06:50 +0100 |
---|---|---|
committer | Nikias Bassen | 2017-03-05 13:06:50 +0100 |
commit | 8a75d318450704fc547188018eb2afd38b8a6e45 (patch) | |
tree | 8a339d1e46fc7dc3231c99ec806b57547bca4b70 /src/idevicerestore.c | |
parent | e9c805ffdec34c66fdc751ea222fa40678c71351 (diff) | |
download | idevicerestore-8a75d318450704fc547188018eb2afd38b8a6e45.tar.gz idevicerestore-8a75d318450704fc547188018eb2afd38b8a6e45.tar.bz2 |
Add '-k' as short option for '--keep-pers' as advertised in usage info
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r-- | src/idevicerestore.c | 2 |
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); |