aboutsummaryrefslogtreecommitdiff
path: root/src/nix/config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/config.cc')
-rw-r--r--src/nix/config.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nix/config.cc b/src/nix/config.cc
index 5b280d11d..1a45dc390 100644
--- a/src/nix/config.cc
+++ b/src/nix/config.cc
@@ -14,7 +14,7 @@ struct CmdConfig : virtual NixMultiCommand
std::string description() override
{
- return "manipulate the Nix configuration";
+ return "manipulate the Lix configuration";
}
Category category() override { return catUtility; }
@@ -41,7 +41,7 @@ struct CmdConfigShow : Command, MixJSON
std::string description() override
{
- return "show the Nix configuration or the value of a specific setting";
+ return "show the Lix configuration or the value of a specific setting";
}
Category category() override { return catUtility; }