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

Unified Diff: extensions/shell/README

Issue 727963004: app_shell: Change flag for loading apps to --load-app and only launch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix athena build Created 6 years, 1 month 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 | « extensions/common/switches.cc ('k') | extensions/shell/browser/default_shell_browser_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/README
diff --git a/extensions/shell/README b/extensions/shell/README
index 52e64dd871385d1c963dc51d2b3e36d708e42fd0..c0806774bdb2607326651e355624228bd1789d45 100644
--- a/extensions/shell/README
+++ b/extensions/shell/README
@@ -10,8 +10,13 @@ app_shell is only officially supported on Chrome OS.
# How to run
-$ app_shell --app-shell-app-path=/path/to/extension
+$ app_shell --load-apps=/path/to/extension
# 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-apps=chrome/common/extensions/docs/examples/apps/calculator/app/
+
+# To load multiple apps, specify them in a comma separated list. The first app
+# will be launched:
+
+$ app_shell --load-apps=/path/to/extension1,/path/to/extension2
« no previous file with comments | « extensions/common/switches.cc ('k') | extensions/shell/browser/default_shell_browser_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698