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
|
pattern: &pattern_mailbox_quota
|
||||||
- !!str ^(\d+[bkMGT])|0$
|
- !!str ^(\d+[bkMGT])|0$
|
||||||
- "pattern_mailbox_quota"
|
- "pattern_mailbox_quota"
|
||||||
|
-s:
|
||||||
|
full: --loginShell
|
||||||
|
help: The login shell used
|
||||||
|
default: "/bin/bash"
|
||||||
|
|
||||||
|
|
||||||
### user_delete()
|
### user_delete()
|
||||||
delete:
|
delete:
|
||||||
|
@ -203,6 +208,10 @@ user:
|
||||||
metavar: "{SIZE|0}"
|
metavar: "{SIZE|0}"
|
||||||
extra:
|
extra:
|
||||||
pattern: *pattern_mailbox_quota
|
pattern: *pattern_mailbox_quota
|
||||||
|
-s:
|
||||||
|
full: --loginShell
|
||||||
|
help: The login shell used
|
||||||
|
default: "/bin/bash"
|
||||||
|
|
||||||
### user_info()
|
### user_info()
|
||||||
info:
|
info:
|
||||||
|
|
Loading…
Add table
Reference in a new issue