Skip to content

Commit

Permalink
Merge pull request #58 from padovan/updade-tool-desc
Browse files Browse the repository at this point in the history
kci-dev: update description phrase in the cmd line help
  • Loading branch information
aliceinwire authored Dec 10, 2024
2 parents 69e1aad + ae64ccf commit 50a1770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kcidev/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 50a1770

Please sign in to comment.