mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix typo
This commit is contained in:
parent
98223a7db3
commit
af8773f767
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ ynh_webpath_register () {
|
||||||
|
|
||||||
# Create a new permission for the app
|
# Create a new permission for the app
|
||||||
#
|
#
|
||||||
# example: ynh_permission_create --permission admin --url /admin --additional_urls 'domain.tld/otherurl /superadmin' --allowed alice bob --tile_name 'My app admin'
|
# example: ynh_permission_create --permission admin --url /admin --additional_urls 'domain.tld/otherurl /superadmin' --allowed alice bob --label 'My app admin'
|
||||||
#
|
#
|
||||||
# usage: ynh_permission_create --permission "permission" [--url "url"] [--additional_urls "second-url" [ "other-url" ]] [--auth_header true|false]
|
# usage: ynh_permission_create --permission "permission" [--url "url"] [--additional_urls "second-url" [ "other-url" ]] [--auth_header true|false]
|
||||||
# [--allowed group1 [ group2 ]] [--label "label"] [--show_tile true|false]
|
# [--allowed group1 [ group2 ]] [--label "label"] [--show_tile true|false]
|
||||||
|
|
Loading…
Add table
Reference in a new issue