[fix] typo: install filed –> failed.

This commit is contained in:
Moul 2016-10-12 09:39:05 +02:00
parent 81c19cd1d6
commit 76a294b284
2 changed files with 2 additions and 2 deletions

View file

@ -438,7 +438,7 @@ app:
help: Serialized arguments for app script (i.e. "domain=domain.tld&path=/path")
-n:
full: --no-remove-on-fail
help: Debug option to avoid removing the app on a filed installation
help: Debug option to avoid removing the app on a failed installation
### app_remove() TODO: Write help
remove:

View file

@ -448,7 +448,7 @@ def app_install(auth, app, label=None, args=None, no_remove_on_fail=False):
app -- Name, local path or git URL of the app to install
label -- Custom name for the app
args -- Serialize arguments for app installation
no_remove_on_fail -- Debug option to avoid removing the app on a filed installation
no_remove_on_fail -- Debug option to avoid removing the app on a failed installation
"""
from yunohost.hook import hook_add, hook_remove, hook_exec