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()
.longName("command")
.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"})
.arity(ArityAny)
.handler([&](std::vector<std::string> ss) {