diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-06-13T12·51+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-06-13T12·51+0200 |
commit | bfee9a25815d6f3b90e48ccf5aa4fc055005450a (patch) | |
tree | 2e427b258822df3c9353309a0297be8de6c8ce6b /doc | |
parent | f9ff67e9487a0085ad6536016791242364ce70d9 (diff) |
Typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/nix-store.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index 357a23cf6bff..ffa7e9185da4 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -852,7 +852,7 @@ in Nix itself.</para> <refsection><title>Description</title> -<para>The operation <option>--verify-paths</option> compares the +<para>The operation <option>--verify-path</option> compares the contents of the given store paths to their cryptographic hashes stored in Nix’s database. For every changed path, it prints a warning message. The exit status is 0 if no path has changed, and 1 |