mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] typo: install filed –> failed.
This commit is contained in:
parent
81c19cd1d6
commit
76a294b284
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue