Skip to content

Commit 7f9efd1

Browse files
committed
Fix docs for option label
- Relates #732
1 parent a0ad3ad commit 7f9efd1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

spring-shell-docs/src/main/asciidoc/using-shell-options-label.adoc

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,15 @@ Defining label is then shown in `help`.
2525
====
2626
[source, bash]
2727
----
28-
my-shell:>help mycommand
28+
my-shell:>help labelOption
2929
NAME
30-
mycommand -
30+
labelOption -
3131
3232
SYNOPSIS
33-
mycommand --arg1 String --arg2 MYLABEL
33+
labelOption --arg MYLABEL
3434
3535
OPTIONS
36-
--arg1 String
37-
[Optional]
38-
39-
--arg2 MYLABEL
36+
--arg MYLABEL
4037
[Optional]
4138
4239
----

0 commit comments

Comments
 (0)