Fix docs for option label

- Relates #732
This commit is contained in:
Janne Valkealahti
2023-05-01 17:27:05 +01:00
parent a0ad3ad797
commit 7f9efd1374

View File

@@ -25,18 +25,15 @@ Defining label is then shown in `help`.
====
[source, bash]
----
my-shell:>help mycommand
my-shell:>help labelOption
NAME
mycommand -
labelOption -
SYNOPSIS
mycommand --arg1 String --arg2 MYLABEL
labelOption --arg MYLABEL
OPTIONS
--arg1 String
[Optional]
--arg2 MYLABEL
--arg MYLABEL
[Optional]
----