We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5cfb20 + cb5d6b9 commit bbca85cCopy full SHA for bbca85c
cmd/root.go
@@ -35,5 +35,5 @@ var awsProfile string
35
36
func init() {
37
RootCmd.Flags().BoolVarP(&isShowVersion, "version", "v", false, "print the version of s3-edit")
38
- RootCmd.PersistentFlags().StringVarP(&awsProfile, "profile", "", "default", "Use a specific profile from your credential file")
+ RootCmd.PersistentFlags().StringVarP(&awsProfile, "profile", "", "", "Use a specific profile from your credential file")
39
}
0 commit comments