diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-03-18 16:20:00 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-03-18 18:20:24 -0700 |
commit | 30233d87f9cd8b450da096bb3c987b912e71931c (patch) | |
tree | 4ddff455f611f3ee492d7b0f6869600aad667557 /src/nix/main.cc | |
parent | 81be5eb7c6302e3573578f4013dd99f989b1acad (diff) |
un-nixes ur lix, a little
I didn't really go attack the docs because we need to pull a bunch of
PRs. I went looking for strings in the code that called lix nix.
Change-Id: I2138bb4dd239096bc530946b281db7f875195b39
Diffstat (limited to 'src/nix/main.cc')
-rw-r--r-- | src/nix/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/main.cc b/src/nix/main.cc index f05c49523..a9c6c6ea2 100644 --- a/src/nix/main.cc +++ b/src/nix/main.cc @@ -243,7 +243,7 @@ static void showHelp(std::vector<std::string> subcommand, NixArgs & toplevel) auto attr = vRes->attrs->get(state.symbols.create(mdName + ".md")); if (!attr) - throw UsageError("Nix has no subcommand '%s'", concatStringsSep("", subcommand)); + throw UsageError("`nix` has no subcommand '%s'", concatStringsSep("", subcommand)); auto markdown = state.forceString(*attr->value, noPos, "while evaluating the lowdown help text"); |