diff options
author | Doug Zongker <dougz@android.com> | 2009-10-06 23:41:38 +0200 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2009-10-06 23:44:54 +0200 |
commit | 988500b615de24455e1fee69e72055bb1dca9c86 (patch) | |
tree | 805fc4e7986e3a63ebe1de96f5d66dd3fa1f6549 | |
parent | confirm before wiping user data in recovery (diff) | |
download | android_bootable_recovery-988500b615de24455e1fee69e72055bb1dca9c86.tar android_bootable_recovery-988500b615de24455e1fee69e72055bb1dca9c86.tar.gz android_bootable_recovery-988500b615de24455e1fee69e72055bb1dca9c86.tar.bz2 android_bootable_recovery-988500b615de24455e1fee69e72055bb1dca9c86.tar.lz android_bootable_recovery-988500b615de24455e1fee69e72055bb1dca9c86.tar.xz android_bootable_recovery-988500b615de24455e1fee69e72055bb1dca9c86.tar.zst android_bootable_recovery-988500b615de24455e1fee69e72055bb1dca9c86.zip |
-rw-r--r-- | recovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recovery.c b/recovery.c index 3fabd5b55..5b3f6e5fc 100644 --- a/recovery.c +++ b/recovery.c @@ -43,6 +43,7 @@ static const struct option OPTIONS[] = { { "update_package", required_argument, NULL, 'u' }, { "wipe_data", no_argument, NULL, 'w' }, { "wipe_cache", no_argument, NULL, 'c' }, + { NULL, 0, NULL, 0 }, }; static const char *COMMAND_FILE = "CACHE:recovery/command"; |