1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-14 06:22:42 +01:00

Tweak --no/use-registries doc strings

This commit is contained in:
Eelco Dolstra 2021-07-21 14:27:37 +02:00
parent fc248cf59e
commit 3bb8667a17
2 changed files with 4 additions and 3 deletions

View file

@ -958,7 +958,7 @@ public:
)"};
Setting<bool> useRegistries{this, true, "use-registries",
"Whether to use flake registries for reference resolution"};
"Whether to use flake registries to resolve flake references."};
};