mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
add actionsmap parameters
This commit is contained in:
parent
af1c1d8c02
commit
dda5095157
1 changed files with 9 additions and 0 deletions
|
@ -124,6 +124,11 @@ user:
|
|||
pattern: &pattern_mailbox_quota
|
||||
- !!str ^(\d+[bkMGT])|0$
|
||||
- "pattern_mailbox_quota"
|
||||
-s:
|
||||
full: --loginShell
|
||||
help: The login shell used
|
||||
default: "/bin/bash"
|
||||
|
||||
|
||||
### user_delete()
|
||||
delete:
|
||||
|
@ -203,6 +208,10 @@ user:
|
|||
metavar: "{SIZE|0}"
|
||||
extra:
|
||||
pattern: *pattern_mailbox_quota
|
||||
-s:
|
||||
full: --loginShell
|
||||
help: The login shell used
|
||||
default: "/bin/bash"
|
||||
|
||||
### user_info()
|
||||
info:
|
||||
|
|
Loading…
Add table
Reference in a new issue