| Index: compiler/java/com/google/dart/compiler/DartCompiler.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/DartCompiler.java (revision 23156)
|
| +++ compiler/java/com/google/dart/compiler/DartCompiler.java (working copy)
|
| @@ -1063,7 +1063,7 @@
|
| });
|
| } else {
|
| System.out.println("WARNING: This command is now deprecated, please use dartanalyzer instead.");
|
| - System.out.println("For more info, see www.dartlang.org/analyzer.");
|
| + System.out.println("For more info, see www.dartlang.org/tools/analyzer.");
|
| System.out.println();
|
|
|
| result = compilerMain(topCompilerOptions);
|
|
|