Improve the description of the --precise option

Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
Théophane Hufschmitt
2022-01-21 09:52:40 +01:00
committed by GitHub
co-authored by Eelco Dolstra
parent dd7c2e0695
commit fa53250c36
+1 -1
View File
@@ -60,7 +60,7 @@ struct CmdWhyDepends : SourceExprCommand
addFlag({
.longName = "precise",
.description = "For each edge of the graph, inspect the parent node to display the exact location in the path that causes the dependency",
.description = "For each edge in the dependency graph, show the files in the parent that cause the dependency.",
.handler = {&precise, true},
});
}