From 6054f9841f7f5df8f27eb53e306e8b97d7a2dd04 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 24 Oct 2022 00:57:43 +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 7bdd530..cd35906 100644 --- a/lib/ynh_lxd_package_check +++ b/lib/ynh_lxd_package_check @@ -235,12 +235,12 @@ ynh_lxc_pc_create () { # Create a snapshot of an LXC container # -# usage: ynh_lxc_pc_snapshot_create --name=LXC_NAME --snapname= --name=name --snapname=snapname +# usage: ynh_lxc_pc_snapshot_create --name=name --snapname=snapname # | arg: -n, --name= - name of the LXC # | arg: -s, --snapname= - name of the snapshot # # Requires YunoHost version *.*.* or higher. -ynh_lxc_pc_snapshot_create --name=LXC_NAME --snapname= () { +ynh_lxc_pc_snapshot_create () { # Declare an array to define the options of this helper. local legacy_args=ns local -A args_array=([n]=name= [s]=snapname=)