Skip to content

Commit 5d3e460

Browse files
committed
checkout: Improve checkout command description
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com>
1 parent 9e0333e commit 5d3e460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kcidev/subcommands/checkout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def retrieve_tot_commit(repourl, branch):
5959
return sha
6060

6161

62-
@click.command(help="Create custom tree checkout on KernelCI and trigger a tests")
62+
@click.command(help="Trigger a test for a specific tree/branch/commit")
6363
@click.option(
6464
"--giturl",
6565
help="Git URL to checkout",

0 commit comments

Comments
 (0)