From ae64ccfd3cbee588000722a0e76b0d13788f3ad5 Mon Sep 17 00:00:00 2001 From: Gustavo Padovan Date: Fri, 6 Dec 2024 13:51:22 -0300 Subject: [PATCH] kci-dev: update description phrase in the cmd line help We want to do more that just submit tests, so let's open up the description. Signed-off-by: Gustavo Padovan --- kcidev/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcidev/main.py b/kcidev/main.py index 69473e3..b62f666 100755 --- a/kcidev/main.py +++ b/kcidev/main.py @@ -8,7 +8,7 @@ @click.group( - help="Stand alone tool for Linux Kernel developers and maintainers that can test local Linux Kernel changes on a enabled KernelCI server" + help="Stand alone tool for Linux Kernel developers and maintainers to interact with KernelCI" ) @click.version_option("0.1.0", prog_name="kci-dev") @click.option(