Skip to content

Commit

Permalink
help reflects interactivity
Browse files Browse the repository at this point in the history
  • Loading branch information
devonmoss committed Dec 4, 2017
1 parent 1ce84d6 commit ab3027e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions cmd/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ab3027e

Please sign in to comment.