am 988500b6
: add terminator to recovery\'s getopt_long options array
Merge commit '988500b615de24455e1fee69e72055bb1dca9c86' * commit '988500b615de24455e1fee69e72055bb1dca9c86': add terminator to recovery's getopt_long options array
This commit is contained in:
commit
022229c47e
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user