diff options
author | John Ericson <git@JohnEricson.me> | 2022-09-23 13:57:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 13:57:57 -0400 |
commit | 60e23c8baeb0e28ec163676b4fd4a24c40d89fe9 (patch) | |
tree | 288398f8aa9a9e008867c76845e9e7e44654a585 /src/nix | |
parent | a2a8cb10ac17e03691b9f73ae14e5b6edbe66f4e (diff) |
Apply suggestions from code review
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Rune K. Svendsen <runesvend@gmail.com>
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/verify.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/verify.cc b/src/nix/verify.cc index 1ddedd320..efa2434dc 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 is signed by *n* different keys.", + .description = "Require that each path is signed by at least *n* different keys.", .labels = {"n"}, .handler = {&sigsNeeded} }); |