diff --git a/quickemu b/quickemu index fe14376..d600408 100755 --- a/quickemu +++ b/quickemu @@ -780,7 +780,7 @@ function vm_boot() { echo "${QEMU}" "${SHELL_ARGS}" >> "${VMDIR}/${VMNAME}.sh" ${QEMU} "${args[@]}" > "${VMDIR}/${VMNAME}.log" & - echo -e " - Process: On guest: killall ${VMNAME}\t(if a forced kill is required)" + echo -e " - Process: On host: killall ${VMNAME}\t(if a forced kill is required)" # If output is 'none' then SPICE was requested. if [ ${OUTPUT} == "none" ]; then