We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9791f commit 58a06b3Copy full SHA for 58a06b3
Readme.adoc
@@ -59,7 +59,7 @@ You can get help/usage for any command or subcommand by using the `--help` flag.
59
60
[source,sh]
61
----
62
-$ lc
+$ lc --help
63
$ lc [COMMAND] --help
64
$ lc [COMMAND] [SUBCOMMAND] --help
65
@@ -149,5 +149,5 @@ Some command aliases are available to make things easier to type.
149
150
$ lcls
151
$ lcreate --description "This is a new issue" --labels Bug,Feature --team CRY
152
-$ lclose --reason "This issues suck" CRY-1234 CRY-456
+$ lclose --reason "This issue sucks" CRY-1234 CRY-456
153
0 commit comments