Skip to content

Commit

Permalink
Merge pull request #40 from replicatedhq/run-error
Browse files Browse the repository at this point in the history
collect support bundle without subcommand
  • Loading branch information
divolgin authored Aug 5, 2019
2 parents daa03e8 + ff463e3 commit 587d6b9
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 587d6b9

Please sign in to comment.