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

Unified Diff: examples/java_android/echo/src/org/chromium/examples/java_echo/README.md

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 | « examples/go/README.txt ('k') | mojo/devtools/common/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/java_android/echo/src/org/chromium/examples/java_echo/README.md
diff --git a/examples/java_android/echo/src/org/chromium/examples/java_echo/README.md b/examples/java_android/echo/src/org/chromium/examples/java_echo/README.md
index 2db9694b76303129586173e696312473db49fda2..03faf6529f26d8cdff6a358591fcbbaf3b9c540a 100644
--- a/examples/java_android/echo/src/org/chromium/examples/java_echo/README.md
+++ b/examples/java_android/echo/src/org/chromium/examples/java_echo/README.md
@@ -5,16 +5,16 @@ Java Echo Example Applications
`cd <mojo>/src`
-`mojo/devtools/common/mojo_shell --android mojo:java_echo_client --logcat-tags=JavaEchoClient`
+`mojo/devtools/common/mojo_run --android mojo:java_echo_client --logcat-tags=JavaEchoClient`
**To use the Java Echo Server instead of the native Echo Server:**
-`mojo/devtools/common/mojo_shell --android mojo:java_echo_client --logcat-tags=JavaEchoClient,JavaEchoServer --url-mappings=mojo:echo_server=mojo:java_echo_server`
+`mojo/devtools/common/mojo_run --android mojo:java_echo_client --logcat-tags=JavaEchoClient,JavaEchoServer --url-mappings=mojo:echo_server=mojo:java_echo_server`
**To send a message of your choice:**
-`mojo/devtools/common/mojo_shell --android mojo:java_echo_client --logcat-tags=JavaEchoClient,JavaEchoServer --url-mappings=mojo:echo_server=mojo:java_echo_server --args-for='mojo:java_echo_client Hello Mojo'`
+`mojo/devtools/common/mojo_run --android mojo:java_echo_client --logcat-tags=JavaEchoClient,JavaEchoServer --url-mappings=mojo:echo_server=mojo:java_echo_server --args-for='mojo:java_echo_client Hello Mojo'`
<!---
If you copy the above commands from this source .md file then do not include the backticks: `
« no previous file with comments | « examples/go/README.txt ('k') | mojo/devtools/common/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698