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
parent dd7c2e0695
commit fa53250c36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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},
});
}