[BlueZ] test-runner: "-a" option also stands for "--all"
Bastien Nocera <[email protected]>
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <[email protected]> |
In the options for most command-line tools, -a stands for --all, and so
it does for test-runner. Add --all to the option description before
--auto as it's a more common option.
---
tools/test-runner.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/test-runner.c b/tools/test-runner.c
index 0e3bfb8b71ec..9fecea4e7486 100644
--- a/tools/test-runner.c
+++ b/tools/test-runner.c
@@ -1216,7 +1216,7 @@ static void usage(void)
"Usage:\n");
printf("\ttest-runner [options] [--] <command> [args]\n");
printf("Options:\n"
- "\t-a, --auto Find tests and run them\n"
+ "\t-a, --all,--auto Find tests and run them\n"
"\t-b, --dbus Start D-Bus system daemon\n"
"\t-s, --dbus-session Start D-Bus session daemon\n"
"\t-d, --daemon Start bluetoothd\n"
--
2.55.0