diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-01-13 23:31:18 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-01-13 23:32:37 +0100 |
commit | d33eca8539d2e66759f7b52fa7b0db4a6a1ba673 (patch) | |
tree | 19b8c8ba6d0d5fc08e6b046e1090ae7e95d979f5 /src/nix/main.cc | |
parent | 61216d32e1c0973424d549c9f3065426b51015c9 (diff) |
Rename 'nix store sign-paths' to 'nix store sign'
Diffstat (limited to 'src/nix/main.cc')
-rw-r--r-- | src/nix/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/main.cc b/src/nix/main.cc index 803453dd5..398526020 100644 --- a/src/nix/main.cc +++ b/src/nix/main.cc @@ -129,7 +129,7 @@ struct NixArgs : virtual MultiCommand, virtual MixCommonArgs {"make-content-addressable", {"store", "make-content-addressable"}}, {"optimise-store", {"store", "optimise"}}, {"ping-store", {"store", "ping"}}, - {"sign-paths", {"store", "sign-paths"}}, + {"sign-paths", {"store", "sign"}}, {"to-base16", {"hash", "to-base16"}}, {"to-base32", {"hash", "to-base32"}}, {"to-base64", {"hash", "to-base64"}}, |