diff options
author | Alexander Schmolck <a.schmolck+git@gmail.com> | 2023-04-30 14:55:08 +0100 |
---|---|---|
committer | Alexander Schmolck <a.schmolck+git@gmail.com> | 2023-05-17 08:10:30 +0100 |
commit | afd9bd787dddc4e0d3e370f1b043e442ce1a9dbc (patch) | |
tree | f81c2a0a684e8fa14b4263c821df9e176dd5f1ba /src/nix/verify.md | |
parent | 8d4b6766e297314f69ee96b6c9d74c6c2637f84b (diff) |
Also use long options in src/nix/*.md
Diffstat (limited to 'src/nix/verify.md')
-rw-r--r-- | src/nix/verify.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/verify.md b/src/nix/verify.md index cc1122c02..e1d55eab4 100644 --- a/src/nix/verify.md +++ b/src/nix/verify.md @@ -12,7 +12,7 @@ R""( signatures: ```console - # nix store verify -r -n2 --no-contents $(type -p firefox) + # nix store verify --recursive --sigs-needed 2 --no-contents $(type -p firefox) ``` * Verify a store path in the binary cache `https://cache.nixos.org/`: |