Skip to content

Commit

Permalink
Update outdated --config documentation.
Browse files Browse the repository at this point in the history
Fixes #6006

PiperOrigin-RevId: 213009242
  • Loading branch information
gregestren authored and Copybara-Service committed Sep 14, 2018
1 parent 0c42fc8 commit a3ae3e2
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ public class CommonCommandOptions extends OptionsBase {
help =
"Selects additional config sections from the rc files; for every <command>, it "
+ "also pulls in the options from <command>:<config> if such a section exists; "
+ "if the section does not exist, this flag is ignored. "
+ "Note that it is currently only possible to provide these options on the "
+ "command line, not in the rc files. The config sections and flag combinations "
+ "they are equivalent to are located in the tools/*.blazerc config files."
+ "if this section doesn't exist in any .rc file, Blaze fails with an error. "
+ "The config sections and flag combinations they are equivalent to are "
+ "located in the tools/*.blazerc config files."
)
public List<String> configs;

Expand Down

0 comments on commit a3ae3e2

Please sign in to comment.