summaryrefslogtreecommitdiff
path: root/doc/Android.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-03 14:59:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-03 14:59:13 -0400
commit7e12b63136ee7cc52e1f015faea4f2c5fe4d8561 (patch)
tree24e49a93d83655712aa0686d9d12ee36243c4a04 /doc/Android.mdwn
parentfbcdb2efc7e6782422b8e87f029f850aa350a901 (diff)
don't start webapp in the background, so that password prompts can work
Diffstat (limited to 'doc/Android.mdwn')
-rw-r--r--doc/Android.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Android.mdwn b/doc/Android.mdwn
index f609508fa..8bf582b27 100644
--- a/doc/Android.mdwn
+++ b/doc/Android.mdwn
@@ -56,7 +56,7 @@ terminal. A fairly full set of tools is provided, including `git`, `ssh`,
To prevent the webapp from being automatically started
when a terminal window opens, go into the terminal preferences, to "Inital
-Command", and clear out the default `git annex webapp &` setting.
+Command", and clear out the default `git annex webapp` setting.
Or, if you'd like to run the assistant automatically, but not open the
webapp, change the "Initial Command" to: `git annex assistant --autostart`