forked from lix-project/lix
typo
This commit is contained in:
parent
39ff80d031
commit
171b4ce85c
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue