Skip to content

Commit

Permalink
Clarify purpose of use_param_file.param_file_arg
Browse files Browse the repository at this point in the history
Fixes #10616

RELNOTES: None.
PiperOrigin-RevId: 310945181
  • Loading branch information
c-parsons authored and copybara-github committed May 11, 2020
1 parent cd7dcbf commit d43641c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,10 @@ CommandLineArgsApi addJoined(
"A format string with a single \"%s\". "
+ "If the args are spilled to a params file then they are replaced "
+ "with an argument consisting of this string formatted with "
+ "the path of the params file."),
+ "the path of the params file."
+ "<p>For example, if the args are spilled to a params file \"params.txt\", "
+ "then specifying \"--file=%s\" would cause the action command line to "
+ "contain \"--file=params.txt\"."),
@Param(
name = "use_always",
type = Boolean.class,
Expand Down

0 comments on commit d43641c

Please sign in to comment.