Chromium Code Reviews| Index: utils/tests/pub/pub_test.dart |
| =================================================================== |
| --- utils/tests/pub/pub_test.dart (revision 18294) |
| +++ utils/tests/pub/pub_test.dart (working copy) |
| @@ -105,8 +105,9 @@ |
| Publish the current package to pub.dartlang.org. |
| Usage: pub publish [options] |
| - --server The package server to which to upload this package |
| - (defaults to "https://pub.dartlang.org") |
| + -n, --dry-run Preview publishing the package |
|
Bob Nystrom
2013/02/11 18:44:37
"Validate but do not publish the package"
keertip
2013/02/11 23:57:31
Done.
|
| + --server The package server to which to upload this package |
| + (defaults to "https://pub.dartlang.org") |
| '''); |
| }); |