aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2022-04-25 02:34:59 +0900
committermidchildan <git@midchildan.org>2022-04-25 02:34:59 +0900
commit0f7c7ab97bef68339e480a018425de8b3f05ec43 (patch)
treea1ee27377aa951ff7c25b920f0b6f9910afbb6c3 /misc
parentc67d8876c34bdcfbc0d3ea9e68e68dc90fbdaeac (diff)
fix: typo make-content-addressable -> make-content-addressed
Diffstat (limited to 'misc')
-rw-r--r--misc/zsh/run-help-nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/zsh/run-help-nix b/misc/zsh/run-help-nix
index 534b51ec2..45588470b 100644
--- a/misc/zsh/run-help-nix
+++ b/misc/zsh/run-help-nix
@@ -81,7 +81,7 @@ case "$1" in
case "$2" in
add-file|add-path|cat|copy-sigs|delete|diff-closures|dump-path|gc|ls)
;& # fallthrough
- make-content-addressable|optimise|ping|prefetch-file|repair|sign|verify)
+ make-content-addressed|optimise|ping|prefetch-file|repair|sign|verify)
man "nix3-$1-$2" ;;
*)
man "nix3-$1" ;;