This commit is contained in:
Ben Burdette 2020-04-30 09:57:01 -06:00
parent 39ff80d031
commit 171b4ce85c

View file

@ -219,7 +219,7 @@ struct CmdDevShell : Common, MixEnvironment
mkFlag() mkFlag()
.longName("command") .longName("command")
.shortName('c') .shortName('c')
.description("command and arguments to be executed insted of an interactive shell") .description("command and arguments to be executed instead of an interactive shell")
.labels({"command", "args"}) .labels({"command", "args"})
.arity(ArityAny) .arity(ArityAny)
.handler([&](std::vector<std::string> ss) { .handler([&](std::vector<std::string> ss) {