| Index: utils/tests/pub/pub_test.dart
|
| ===================================================================
|
| --- utils/tests/pub/pub_test.dart (revision 18263)
|
| +++ 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")
|
| + -p, --preview Preview publishing the package
|
| + --server The package server to which to upload this package
|
| + (defaults to "https://pub.dartlang.org")
|
| ''');
|
| });
|
|
|
|
|