Skip to content

Commit

Permalink
Update user-manual.html
Browse files Browse the repository at this point in the history
The double dash is in the wrong place in the example.

Closes #13532.

PiperOrigin-RevId: 378022925
  • Loading branch information
Delwin9999 authored and copybara-github committed Jun 7, 2021
1 parent 0e65273 commit 070aa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/user-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -2199,7 +2199,7 @@ <h2 id='run'>Running executables</h2>
it is used to build <em>and run</em> a single target. Here is a typical session:
</p>
<pre>
% bazel run -- java/myapp:myapp --arg1 --arg2
% bazel run java/myapp:myapp -- --arg1 --arg2
Welcome to Bazel
INFO: Loading package: java/myapp
INFO: Loading package: foo/bar
Expand Down

0 comments on commit 070aa54

Please sign in to comment.