Loading trusty/apploader/apploader.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
trusty/apploader/apploader.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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