From 52ce14735b6189e7908cadeeeada006ab4678020 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 3 Sep 2023 01:23:31 +0000 Subject: [PATCH] Update 'root/usr/libexec/apps/lxc-attach/lxc-attach.sh' --- root/usr/libexec/apps/lxc-attach/lxc-attach.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/root/usr/libexec/apps/lxc-attach/lxc-attach.sh b/root/usr/libexec/apps/lxc-attach/lxc-attach.sh index c3fdd8c..eb71006 100755 --- a/root/usr/libexec/apps/lxc-attach/lxc-attach.sh +++ b/root/usr/libexec/apps/lxc-attach/lxc-attach.sh @@ -29,11 +29,11 @@ lxc-attach -n "$config" usage() { echo "usage: $0 sub-command" echo "where sub-command is one of:" - echo " install Install lxdterm" - echo " upgrade Upgrade lxdterm" - echo " rm/start/stop/restart Remove/Start/Stop/Restart lxdterm" - echo " status lxdterm status" - echo " port lxdterm port" + echo " install Install lxc-attach" + echo " upgrade Upgrade lxc-attach" + echo " rm/start/stop/restart Remove/Start/Stop/Restart lxc-attach" + echo " status lxc-attach status" + echo " port lxc-attach port" } case ${ACTION} in