Skip to content

Commit

Permalink
Fix some comments; it's --show_result, no trailing s.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=109395850
  • Loading branch information
ulfjack authored and kchodorow committed Dec 4, 2015
1 parent 2633eaf commit 77ee239
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import java.util.Collection;

/**
* Handles --show_results and --experimental_show_artifacts.
* Handles --show_result and --experimental_show_artifacts.
*/
class BuildResultPrinter {
private final CommandEnvironment env;
Expand All @@ -54,7 +54,7 @@ class BuildResultPrinter {
* Shows the result of the build. Information includes the list of up-to-date
* and failed targets and list of output artifacts for successful targets
*
* <p>This corresponds to the --show_results flag.
* <p>This corresponds to the --show_result flag.
*/
public void showBuildResult(
BuildRequest request,
Expand Down

0 comments on commit 77ee239

Please sign in to comment.