Skip to content

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Jan 20, 2022
1 parent f88b452 commit 4a535c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/setCred.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var credHeaders []string

// setCredCmd represents the setCred command
var setCredCmd = &cobra.Command{
Use: "setCred",
Use: "setCred <filename>",
Short: "Append Credential to Template",
Run: func(cmd *cobra.Command, args []string) {
log := logger.GetLogger(debug)
Expand Down

0 comments on commit 4a535c7

Please sign in to comment.