diff options
Diffstat (limited to 'src/nix-store/help.txt')
-rw-r--r-- | src/nix-store/help.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt index 5a5050e47b68..b7d71ec4828f 100644 --- a/src/nix-store/help.txt +++ b/src/nix-store/help.txt @@ -30,7 +30,8 @@ Query flags: --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 - --graph: print a dot graph rooted at given ids + --tree: print a tree showing the dependency graph of the given paths + --graph: print a dot graph rooted at given paths Query switches (not applicable to all queries): |