From 768b5ccdfad99e3ead5bd8c1c861b3f52506f748 Mon Sep 17 00:00:00 2001 From: Laszlo Csomor Date: Thu, 16 Jul 2015 12:47:38 +0000 Subject: Say explicitly that --config=X ignores non-existent .rc file config sections. -- MOS_MIGRATED_REVID=98394325 --- .../com/google/devtools/build/lib/runtime/CommonCommandOptions.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java b/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java index ea96f436cd..f42eb6fe8a 100644 --- a/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java +++ b/src/main/java/com/google/devtools/build/lib/runtime/CommonCommandOptions.java @@ -103,7 +103,8 @@ public class CommonCommandOptions extends OptionsBase { category = "misc", allowMultiple = true, help = "Selects additional config sections from the rc files; for every , it " - + "also pulls in the options from : if such a section exists. " + + "also pulls in the options from : 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.") -- cgit v1.2.3