diff options
Diffstat (limited to 'src/nix-store/help.txt')
-rw-r--r-- | src/nix-store/help.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt index 643c6bff581f..62880583573f 100644 --- a/src/nix-store/help.txt +++ b/src/nix-store/help.txt @@ -28,8 +28,8 @@ Query flags: --outputs: query the output paths of a Nix derivation (default) --requisites / -R: print all paths necessary to realise a path --references: print all paths referenced by the given path - --referers: print all paths directly refering to the given path - --referers-closure: print all paths (in)directly refering to the given path + --referrers: print all paths directly refering to the given path + --referrers-closure: print all paths (in)directly refering to the given path --tree: print a tree showing the dependency graph of the given paths --graph: print a dot graph rooted at given paths |