Index: mojo/devtools/common/mojo_run |
diff --git a/mojo/devtools/common/mojo_run b/mojo/devtools/common/mojo_run |
index 0adba393aba83c531b86b5ad0afcc17940d9e8b1..ee43274f7c7888dd78f1bc02d3427e5efec3c892 100755 |
--- a/mojo/devtools/common/mojo_run |
+++ b/mojo/devtools/common/mojo_run |
@@ -16,7 +16,8 @@ _USAGE = ("mojo_run " |
"[--enable-external-applications] " |
"[--disable-cache] " |
"[--enable-multiprocess] " |
- "[<mojo-app>] " |
+ "[--wait-for-debugger] " |
+ "[--sky <mojo-app>|<mojo-app>] " |
""" |
A <mojo-app> is a Mojo URL or a Mojo URL and arguments within quotes. |