Skip to content

Commit

Permalink
collect support bundle without subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Aug 3, 2019
1 parent daa03e8 commit ff463e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/troubleshoot/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
func RootCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "troubleshoot [url]",
Args: cobra.MinimumNArgs(1),
Short: "Generate and manage support bundles",
Long: `A support bundle is an archive of files, output, metrics and state
from a server that can be used to assist when troubleshooting a server.`,
Expand Down

0 comments on commit ff463e3

Please sign in to comment.