Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 204da172 authored by Arve Hjønnevåg's avatar Arve Hjønnevåg Committed by Automerger Merge Worker
Browse files

Merge "trusty: Fix apploader short option" am: 06ac3e24

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1584715

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iffcc8f2ef11a7233bf2074ecabf0a21752e7ec84
parents b98f349c 06ac3e24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'},