diff options
Diffstat (limited to 'doc/manual/src/command-ref/nix-store/verify-path.md')
-rw-r--r-- | doc/manual/src/command-ref/nix-store/verify-path.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/nix-store/verify-path.md b/doc/manual/src/command-ref/nix-store/verify-path.md index 927201599..77e8fb222 100644 --- a/doc/manual/src/command-ref/nix-store/verify-path.md +++ b/doc/manual/src/command-ref/nix-store/verify-path.md @@ -26,4 +26,3 @@ To verify the integrity of the `svn` command and all its dependencies: ```console $ nix-store --verify-path $(nix-store --query --requisites $(which svn)) ``` - |