Skip to content

Commit

Permalink
Update src/nix/path-info.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Eelco Dolstra <[email protected]>
  • Loading branch information
Timothy DeHerrera and edolstra authored Jan 31, 2023
1 parent a895e82 commit b68f15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nix/path-info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ struct CmdPathInfo : StorePathsCommand, MixJSON
addFlag({
.longName = "query-substitutes",
.description =
"Query path availability in the configured substituters, printing only those that are not available."
"with `--json` adds a `substitutable` boolean to the output.",
"Query path availability in the configured substituters, printing only those that are not available. "
"When used with `--json`, a `substitutable` boolean is added to the output.",
.handler = {&showSubStatus, true},
});
}
Expand Down

0 comments on commit b68f15f

Please sign in to comment.