Merge pull request #1468 from YunoHost/yalh76-patch-1

better example
This commit is contained in:
yalh76 2022-05-30 14:47:10 +02:00 committed by GitHub
commit 62613baad5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {