summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-03-08 18:04:41 -0800
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-03-08 18:07:06 -0800
commit42e99371584cc26c637fcc332de437d2c646f324 (patch)
tree74ef158e142f56aa7bd86e5c33ed9291a33f5d61 /tools
parent55888bfd62a48ee900be3e378d70d9ef8adf74ab (diff)
downloadbluez-42e99371584cc26c637fcc332de437d2c646f324.tar.gz
test-runner: Update help information
This updates usage so it list -l/--emulator properly: test-runner - Automated test execution utility Usage: test-runner [options] [--] <command> [args] Options: -a, --auto Find tests and run them -d, --dbus Start D-Bus daemon -m, --monitor Start btmon -l, --emulator Start btvirt -u, --unix [path] Provide serial device -q, --qemu <path> QEMU binary -k, --kernel <image> Kernel image (bzImage) -h, --help Show help options
Diffstat (limited to 'tools')
-rw-r--r--tools/test-runner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-runner.c b/tools/test-runner.c
index 87a6ba958..fd7b3b1b7 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -906,6 +906,7 @@ static void usage(void)
"\t-a, --auto Find tests and run them\n"
"\t-d, --dbus Start D-Bus daemon\n"
"\t-m, --monitor Start btmon\n"
+ "\t-l, --emulator Start btvirt\n"
"\t-u, --unix [path] Provide serial device\n"
"\t-q, --qemu <path> QEMU binary\n"
"\t-k, --kernel <image> Kernel image (bzImage)\n"