From 4ca7b8fb6ae7f25d4bc79c9c0df265e530c025b8 Mon Sep 17 00:00:00 2001 From: Vojtech Horky Date: Wed, 2 Aug 2017 16:10:05 +0200 Subject: [PATCH] test-in-vm.sh: extend --help --- test-in-vm.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test-in-vm.sh b/test-in-vm.sh index 6ab464d..8519a68 100755 --- a/test-in-vm.sh +++ b/test-in-vm.sh @@ -479,8 +479,11 @@ where [options] are: --image=FILE File with main HelenOS image (specify --arch). --arch=ARCH Architecture of the image file (see --image). --no-kvm Do not try to run QEMU with KVM enabled. ---fail-fast Exit with first error. +--fail-fast Exit with first error. --debug Print (a lot of) debugging messages. +--activity Print messages about background activity. +--dump-terminal Print contents of the vterm (implies --debug). +--train-ocr For experts: train OCR for vterm contents. EOF_USAGE } -- 2.11.4.GIT