This commit is contained in:
Chris Cheetham 2020-02-17 09:34:43 -05:00
Родитель aa9a7c1ad1
Коммит 35a913b2a5
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -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",
})
);