aboutsummaryrefslogtreecommitdiff
path: root/src/nix/verify.cc
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2022-09-22 14:36:26 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2022-09-22 14:37:52 -0400
commita2a8cb10ac17e03691b9f73ae14e5b6edbe66f4e (patch)
tree6fb858a2888f081681cd957d3f7e9a1e5d173f32 /src/nix/verify.cc
parent752f967c0fe2489fe13d8c2c65c3ecba72064adc (diff)
Dodge "trusted" vs "trustworthy" by being explicit
Hopefully this is best!
Diffstat (limited to 'src/nix/verify.cc')
-rw-r--r--src/nix/verify.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/verify.cc b/src/nix/verify.cc
index 6dc539e24..1ddedd320 100644
--- a/src/nix/verify.cc
+++ b/src/nix/verify.cc
@@ -41,7 +41,7 @@ struct CmdVerify : StorePathsCommand
addFlag({
.longName = "sigs-needed",
.shortName = 'n',
- .description = "Require that each path has at least *n* trustworthy signatures.",
+ .description = "Require that each path has is signed by *n* different keys.",
.labels = {"n"},
.handler = {&sigsNeeded}
});