diff --git a/docs/cmd/kn.md b/docs/cmd/kn.md index f172ab627..08b540755 100644 --- a/docs/cmd/kn.md +++ b/docs/cmd/kn.md @@ -6,9 +6,8 @@ Knative client Manage your Knative building blocks: -Serving: Manage your services and release new software to them. -Build: Create builds and keep track of their results. -Eventing: Manage event subscriptions and channels. Connect up event sources. +* Serving: Manage your services and release new software to them. +* Eventing: Manage event subscriptions and channels. Connect up event sources. ### Options diff --git a/pkg/kn/core/root.go b/pkg/kn/core/root.go index 4eec5685d..da5a7dc6a 100644 --- a/pkg/kn/core/root.go +++ b/pkg/kn/core/root.go @@ -52,9 +52,8 @@ func NewKnCommand(params ...commands.KnParams) *cobra.Command { Short: "Knative client", Long: `Manage your Knative building blocks: -Serving: Manage your services and release new software to them. -Build: Create builds and keep track of their results. -Eventing: Manage event subscriptions and channels. Connect up event sources.`, +* Serving: Manage your services and release new software to them. +* Eventing: Manage event subscriptions and channels. Connect up event sources.`, // Disable docs header DisableAutoGenTag: true,