From 35a913b2a5fb8be3f52638b3f1b7d27bbb50597b Mon Sep 17 00:00:00 2001 From: Chris Cheetham Date: Mon, 17 Feb 2020 09:34:43 -0500 Subject: [PATCH] update show-topic help --- src/Steeltoe.Cli/ShowTopicCommand.cs | 4 ++-- test/Steeltoe.Cli.Test/ShowTopicFeature.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Steeltoe.Cli/ShowTopicCommand.cs b/src/Steeltoe.Cli/ShowTopicCommand.cs index ebb2088..6f08482 100644 --- a/src/Steeltoe.Cli/ShowTopicCommand.cs +++ b/src/Steeltoe.Cli/ShowTopicCommand.cs @@ -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 diff --git a/test/Steeltoe.Cli.Test/ShowTopicFeature.cs b/test/Steeltoe.Cli.Test/ShowTopicFeature.cs index 846073f..1cf5917 100644 --- a/test/Steeltoe.Cli.Test/ShowTopicFeature.cs +++ b/test/Steeltoe.Cli.Test/ShowTopicFeature.cs @@ -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", }) );