mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
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:
parent
dd394e94dc
commit
2bd76986a8
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue