update show-topic help
This commit is contained in:
Родитель
aa9a7c1ad1
Коммит
35a913b2a5
|
@ -21,10 +21,10 @@ namespace Steeltoe.Cli
|
|||
[Command(Description = "Displays documentation on a topic",
|
||||
ExtendedHelpText = @"
|
||||
Overview:
|
||||
*** under construction ***
|
||||
Displays documentation for various topics. Run with no arguments for a list of available topics.
|
||||
|
||||
Examples:
|
||||
Display documentation on autodetection:
|
||||
Display documentation for autodetection:
|
||||
$ st show-topic autodetection"
|
||||
)]
|
||||
public class ShowTopicCommand : Command
|
||||
|
|
|
@ -35,9 +35,9 @@ namespace Steeltoe.Cli.Test
|
|||
"Options:",
|
||||
"-?|-h|--help Show help information",
|
||||
"Overview:",
|
||||
"*** under construction ***",
|
||||
"Displays documentation for various topics. Run with no arguments for a list of available topics.",
|
||||
"Examples:",
|
||||
"Display documentation on autodetection:",
|
||||
"Display documentation for autodetection:",
|
||||
"$ st show-topic autodetection",
|
||||
})
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче