Index: extensions/shell/README |
diff --git a/extensions/shell/README b/extensions/shell/README |
index 52e64dd871385d1c963dc51d2b3e36d708e42fd0..f3200e9bb6dd7c3be4b7f3d4a6cbf3b41a0a9b6d 100644 |
--- a/extensions/shell/README |
+++ b/extensions/shell/README |
@@ -10,8 +10,8 @@ app_shell is only officially supported on Chrome OS. |
# How to run |
-$ app_shell --app-shell-app-path=/path/to/extension |
+$ app_shell --load-app=/path/to/extension |
Daniel Erat
2014/11/14 23:08:45
update this example and the other one to --load-ap
Zachary Kuznia
2014/11/14 23:14:43
Done.
|
# For example, you can try the calculator app: |
-$ app_shell --app-shell-app-path=chrome/common/extensions/docs/examples/apps/calculator/app/ |
+$ app_shell --load-app=chrome/common/extensions/docs/examples/apps/calculator/app/ |