Index: mojo/tools/mojo_shell.py |
diff --git a/mojo/tools/mojo_shell.py b/mojo/tools/mojo_shell.py |
index 6a689f4ac718cdd91422fa513f35ef5f6990c1b1..e4da359a6cbd0f8ebb476ce8daa2219ca215fce1 100755 |
--- a/mojo/tools/mojo_shell.py |
+++ b/mojo/tools/mojo_shell.py |
@@ -9,7 +9,7 @@ import sys |
def main(): |
print 'Good news, the shell runner has moved! Please use: ' |
print '' |
- print ' mojo/devtools/common/mojo_shell' |
+ print ' mojo/devtools/common/mojo_run' |
print '' |
print 'as you would use mojo_shell.py before.' |
return -1 |