This commit is contained in:
Chris Cheetham 2020-02-17 11:22:33 -05:00
Родитель 46511296e5
Коммит 2e95c94407
2 изменённых файлов: 5 добавлений и 0 удалений

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

@ -28,6 +28,9 @@ Overview:
Displays documentation for various topics. Run with no arguments for a list of available topics.
Examples:
Display documentation topics:
$ st help
Display documentation for autodetection:
$ st help autodetection"
)]

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

@ -37,6 +37,8 @@ namespace Steeltoe.Cli.Test
"Overview:",
"Displays documentation for various topics. Run with no arguments for a list of available topics.",
"Examples:",
"Display documentation topics:",
"$ st help",
"Display documentation for autodetection:",
"$ st help autodetection",
})