Skip to content
Snippets Groups Projects
Commit 6a969437 authored by Natalie Weizenbaum's avatar Natalie Weizenbaum
Browse files

Fix pub_test.

I forgot to update the --help output here.

R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1220543006.
parent 6ea98407
No related branches found
No related tags found
No related merge requests found
......@@ -17,17 +17,19 @@ main() {
Usage: pub <command> [arguments]
Global options:
-h, --help Print this usage information.
--version Print pub version.
--[no-]trace Print debugging information when an error occurs.
--verbosity Control output verbosity.
[all] Show all output including internal tracing messages.
[io] Also show IO operations.
[normal] Show errors, warnings, and user messages.
[solver] Show steps during version resolution.
-v, --verbose Shortcut for "--verbosity=all".
-h, --help Print this usage information.
--version Print pub version.
--[no-]trace Print debugging information when an error occurs.
--verbosity Control output verbosity.
[all] Show all output including internal tracing messages.
[io] Also show IO operations.
[normal] Show errors, warnings, and user messages.
[solver] Show steps during version resolution.
-v, --verbose Shortcut for "--verbosity=all".
--[no-]package-symlinks Generate packages/ directories when installing packages.
(defaults to on)
Available commands:
build Apply transformers to build a package.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment