From ab3027e0d279ceda9755e7469ed28fa85c27196e Mon Sep 17 00:00:00 2001 From: Devon Moss Date: Mon, 4 Dec 2017 14:32:52 -0700 Subject: [PATCH] help reflects interactivity --- README.md | 4 ++-- cmd/service.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b82c703..75d8f3b 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Available Commands: exec execute a command in a container help Help about any command logs get logs from a service - ls list pods in kubernetes + ls Interactive list of pods nodes Lists pods grouped by node - service Shows a view of your services + service Interactive view of your services top View cpu and memory usage for pods Flags: diff --git a/cmd/service.go b/cmd/service.go index ad8e643..810b895 100644 --- a/cmd/service.go +++ b/cmd/service.go @@ -14,8 +14,8 @@ import ( var serviceCmd = &cobra.Command{ Use: "service", Aliases: []string{"services", "svc"}, - Short: "Shows a view of your services", - Long: `Sows a view of your services`, + Short: "Interactive view of your services", + Long: `Shows an interactive view of your services`, Run: func(cmd *cobra.Command, args []string) { if namespace == "" { namespace = "default"