From 3e9652009d792cb0be553de27937d5fdbf1136bb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 24 Oct 2022 00:49:38 +0200 Subject: [PATCH] Update ynh_lxd_package_check --- lib/ynh_lxd_package_check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ynh_lxd_package_check b/lib/ynh_lxd_package_check index 577201d..3c2f681 100644 --- a/lib/ynh_lxd_package_check +++ b/lib/ynh_lxd_package_check @@ -134,11 +134,11 @@ ynh_lxc_pc_witness_file_check () { # Check witness in an LXC container # -# usage: ynh_lxc_pc_witness_files_check --name=$LXC_NAME --name=name +# usage: ynh_lxc_pc_witness_files_check --name=name # | arg: -n, --name= - name of the LXC # # Requires YunoHost version *.*.* or higher. -ynh_lxc_pc_witness_files_check --name=$LXC_NAME () { +ynh_lxc_pc_witness_files_check () { # Declare an array to define the options of this helper. local legacy_args=n local -A args_array=([n]=name=)