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