Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6219)

Unified Diff: bin/format.dart

Issue 943033002: Change executable name to "darfmt". Fix #163. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Fix warning. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | lib/src/source_visitor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/format.dart
diff --git a/bin/format.dart b/bin/format.dart
index d6be2b9900b37a9427507bc13bda2f708f1e6a2c..7703107779f6056c1c8c1e62d87514984f8eb6e6 100644
--- a/bin/format.dart
+++ b/bin/format.dart
@@ -160,7 +160,7 @@ void printUsage(ArgParser parser, [String error]) {
output.write("""$message
-Usage: dartformat [-n|-w] [files or directories...]
+Usage: dartfmt [-n|-w] [files or directories...]
${parser.usage}
""");
« no previous file with comments | « README.md ('k') | lib/src/source_visitor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698