diff --git a/pkg/cmd/postgresdump.go b/pkg/cmd/postgresdump.go index 7198343..0bf9ec2 100644 --- a/pkg/cmd/postgresdump.go +++ b/pkg/cmd/postgresdump.go @@ -39,7 +39,8 @@ func init() { } var postgresdumpCMD = &cobra.Command{ - Use: "postgresdump [flags] ", + Use: "postgresdump [flags] \n." + + "In case of tenant based SVCs, use . E.g. ridectl postgresdump starflightbeam-prod-intelligence", Short: "Take postgres DB dump", Long: `Take postgres DB dump, encrypt backup file and push it to s3 bucket`, Args: func(_ *cobra.Command, args []string) error {