From 2bd76986a8e6d67bd8b9865cbb694ac1ec35383a Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Fri, 7 Jun 2024 11:53:40 +0200 Subject: [PATCH] correction in help for ynh_read_manifest in line 955 the parameter is named differently than in the functions help --- helpers/helpers.v1.d/utils | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helpers/helpers.v1.d/utils b/helpers/helpers.v1.d/utils index c07708cdf..a29b61a32 100644 --- a/helpers/helpers.v1.d/utils +++ b/helpers/helpers.v1.d/utils @@ -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.