diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-08T13·48+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-04-08T13·48+0000 |
commit | c702dfca3f5a437866faf190ce7b0869fd1058cb (patch) | |
tree | c9b992046f6f0fd71e5b58a63a52eceb564942eb /src/nix-store/help.txt | |
parent | 8b70f138e02d62214715f144b133bf1b981911df (diff) |
* nix-store: `--substitute' -> `--register-substitutes'.
Diffstat (limited to 'src/nix-store/help.txt')
-rw-r--r-- | src/nix-store/help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt index 30f94a051852..643c6bff581f 100644 --- a/src/nix-store/help.txt +++ b/src/nix-store/help.txt @@ -9,7 +9,7 @@ Operations: --add / -A: copy a path to the Nix store --query / -q: query information - --substitute: register a substitute expression (dangerous!) + --register-substitutes: register a substitute expression (dangerous!) --clear-substitutes: clear all substitutes --register-validity: register path validity (dangerous!) --check-validity: check path validity |