Merge "trusty: Fix apploader short option"
This commit is contained in:
commit
06ac3e24fe
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ constexpr const char kTrustyDefaultDeviceName[] = "/dev/trusty-ipc-dev0";
|
|||
|
||||
static const char* dev_name = kTrustyDefaultDeviceName;
|
||||
|
||||
static const char* _sopts = "hs";
|
||||
static const char* _sopts = "hD:";
|
||||
static const struct option _lopts[] = {
|
||||
{"help", no_argument, 0, 'h'},
|
||||
{"dev", required_argument, 0, 'D'},
|
||||
|
|
Loading…
Reference in a new issue