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(