mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Change option descriptions to Markdown
This commit is contained in:
parent
8a97b11374
commit
34b22e0123
3 changed files with 7 additions and 7 deletions
|
@ -29,7 +29,7 @@ MixEvalArgs::MixEvalArgs()
|
|||
addFlag({
|
||||
.longName = "include",
|
||||
.shortName = 'I',
|
||||
.description = "add a path to the list of locations used to look up <...> file names",
|
||||
.description = "add a path to the list of locations used to look up `<...>` file names",
|
||||
.labels = {"path"},
|
||||
.handler = {[&](std::string s) { searchPath.push_back(s); }}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue