correction in help for ynh_read_manifest

in line 955 the parameter is named differently than in the functions help
This commit is contained in:
Chris Vogel 2024-06-07 11:53:40 +02:00 committed by GitHub
parent dd394e94dc
commit 2bd76986a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -943,9 +943,9 @@ ynh_secure_remove() {
# Read the value of a key in a ynh manifest file
#
# usage: ynh_read_manifest --manifest="manifest.json" --key="key"
# | arg: -m, --manifest= - Path of the manifest to read
# | arg: -k, --key= - Name of the key to find
# usage: ynh_read_manifest --manifest="manifest.json" --manifest_key="key"
# | arg: -m, --manifest= - Path of the manifest to read
# | arg: -k, --manifest_key= - Name of the key to find
# | ret: the value associate to that key
#
# Requires YunoHost version 3.5.0 or higher.