1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02: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."};
};