fix: typo make-content-addressable -> make-content-addressed

This commit is contained in:
midchildan 2022-04-25 02:34:59 +09:00
parent c67d8876c3
commit 0f7c7ab97b
No known key found for this signature in database
GPG Key ID: A64DE57FA5963935
1 changed files with 1 additions and 1 deletions

View File

@ -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" ;;