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

Unified Diff: mojo/tools/mojo_shell.py

Issue 1241263009: Rename shell runner and debugger -> mojo_run, mojo_debug. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « mojo/devtools/common/mojo_shell ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/devtools/common/mojo_shell ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698