Index: utils/tests/pub/pub_test.dart |
=================================================================== |
--- utils/tests/pub/pub_test.dart (revision 18383) |
+++ 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 Validate but do not publish the package |
+ --server The package server to which to upload this package |
+ (defaults to "https://pub.dartlang.org") |
'''); |
}); |