summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-08-20 10:24:32 +0200
committerGitHub <noreply@github.com>2020-08-20 10:24:32 +0200
commit0d7376bd8a790da9e7c888d4330cfb17928c68d8 (patch)
tree9f7499aa8b3994efea4b0f1d2515df6e0bff2bae
parent1c8b550e34414d0f4cb0fa20322a2dfe06ce2de0 (diff)
parentf36793c7b950001f80291e162b34f1f9f2152fa0 (diff)
Merge pull request #3945 from ryantm/patch-1
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");