mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
better example
This commit is contained in:
parent
8a0a33a0de
commit
19ed83100d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ ynh_user_exists() {
|
|||
# | arg: -k, --key= - the key to retrieve
|
||||
# | ret: the value associate to that key
|
||||
#
|
||||
# example: mail=$(ynh_user_get_info 'toto' 'mail')
|
||||
# example: mail=$(ynh_user_get_info --username="toto" --key=mail)
|
||||
#
|
||||
# Requires YunoHost version 2.2.4 or higher.
|
||||
ynh_user_get_info() {
|
||||
|
|
Loading…
Add table
Reference in a new issue