diff --git a/cmd/env.go b/cmd/env.go index a3114cab..d68941fc 100644 --- a/cmd/env.go +++ b/cmd/env.go @@ -17,7 +17,7 @@ var envCmd = &cobra.Command{ Use: "env ", Short: "env prints out export commands for the specified profile", RunE: envRun, - Example: "source <$(aws-okta env test)", + Example: "source <(aws-okta env test)", ValidArgs: listProfileNames(mustListProfiles()), }