summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-08-19 20:31:01 -0700
committerGitHub <noreply@github.com>2020-08-19 20:31:01 -0700
commitf36793c7b950001f80291e162b34f1f9f2152fa0 (patch)
tree9f7499aa8b3994efea4b0f1d2515df6e0bff2bae
parent1c8b550e34414d0f4cb0fa20322a2dfe06ce2de0 (diff)
fix spelling
-rw-r--r--src/nix/develop.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/develop.cc b/src/nix/develop.cc
index 434088da7..9aaa80822 100644
--- a/src/nix/develop.cc
+++ b/src/nix/develop.cc
@@ -246,7 +246,7 @@ struct CmdDevelop : Common, MixEnvironment
addFlag({
.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"},
.handler = {[&](std::vector<std::string> ss) {
if (ss.empty()) throw UsageError("--command requires at least one argument");