diff --git a/scripts/help_info_menu.sh b/scripts/help_info_menu.sh index 9c72188..764e27b 100644 --- a/scripts/help_info_menu.sh +++ b/scripts/help_info_menu.sh @@ -56,7 +56,6 @@ show_system_commands() { echo -e " 4) ${GREEN}systemctl restart pveproxy${NC} - $(translate 'Restart Web UI proxy')" echo -e " 5) ${GREEN}journalctl -xe${NC} - $(translate 'System errors and logs')" echo -e " 6) ${GREEN}uptime${NC} - $(translate 'System uptime')" - echo -e " 7) ${GREEN}htop${NC} - $(translate 'Real-time system monitor')" echo -e " 0) $(translate 'Back to previous menu')" echo echo -en "${TAB}${BOLD}${YW}${HOLD}$(translate 'Enter number or paste a command: ') ${CL}" @@ -92,14 +91,14 @@ show_vm_ct_commands() { echo "---------------------------------------------------" echo -e " 1) ${GREEN}qm list${NC} - $(translate 'List all virtual machines')" echo -e " 2) ${GREEN}pct list${NC} - $(translate 'List all LXC containers')" - echo -e " 3) ${GREEN}qm start ${NC} - $(translate 'Start a virtual machine')" - echo -e " 4) ${GREEN}pct start ${NC} - $(translate 'Start a container')" - echo -e " 5) ${GREEN}qm stop ${NC} - $(translate 'Force stop a virtual machine')" - echo -e " 6) ${GREEN}pct stop ${NC} - $(translate 'Force stop a container')" - echo -e " 7) ${GREEN}qm config ${NC} - $(translate 'Show VM configuration')" - echo -e " 8) ${GREEN}pct config ${NC} - $(translate 'Show container configuration')" - echo -e " 9) ${GREEN}qm destroy ${NC} - $(translate 'Delete a VM (irreversible)')" - echo -e " 10) ${GREEN}pct destroy ${NC} - $(translate 'Delete a CT (irreversible)')" + echo -e " 3) ${GREEN}qm start ${NC} - $(translate 'Start a virtual machine. Replace with the correct ID')" + echo -e " 4) ${GREEN}pct start ${NC} - $(translate 'Start a container. Replace with the correct ID')" + echo -e " 5) ${GREEN}qm stop ${NC} - $(translate 'Force stop a virtual machine. Replace with the correct ID')" + echo -e " 6) ${GREEN}pct stop ${NC} - $(translate 'Force stop a container. Replace with the correct ID')" + echo -e " 7) ${GREEN}qm config ${NC} - $(translate 'Show VM configuration. Replace with the correct ID')" + echo -e " 8) ${GREEN}pct config ${NC} - $(translate 'Show container configuration. Replace with the correct ID')" + echo -e " 9) ${GREEN}qm destroy ${NC} - $(translate 'Delete a VM (irreversible). Replace with the correct ID')" + echo -e " 10) ${GREEN}pct destroy ${NC} - $(translate 'Delete a CT (irreversible). Replace with the correct ID')" echo -e " 0) $(translate 'Back to previous menu')" echo echo -en "${TAB}${BOLD}${YW}${HOLD}$(translate 'Enter number or paste a command: ') ${CL}"