Skip to content

Commit

Permalink
Forgot to check in go-jose, change decrypt help msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Serdar committed Nov 12, 2018
1 parent f7318c2 commit f852a64
Show file tree
Hide file tree
Showing 38 changed files with 9,320 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/secure.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ There is no way to revert this operation. Do you want to continue(y/N)?`)

var decryptCmd = &cobra.Command{
Use: "decrypt",
Short: "Decrypt the configuration file",
Long: `Enter the password to decrypt the configuration file.
Short: "Enter the password to unlock a decrypted configuration file",
Long: `Enter the password to unlock the configuration file so subsequent commands can be used without entering a password.
`,
Args: cobra.RangeArgs(0, 1),
Run: func(cmd *cobra.Command, args []string) {
Expand Down
1 change: 1 addition & 0 deletions vendor/gopkg.in/square/go-jose.v2/.gitcookies.sh.enc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/gopkg.in/square/go-jose.v2/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions vendor/gopkg.in/square/go-jose.v2/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions vendor/gopkg.in/square/go-jose.v2/BUG-BOUNTY.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions vendor/gopkg.in/square/go-jose.v2/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

202 changes: 202 additions & 0 deletions vendor/gopkg.in/square/go-jose.v2/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f852a64

Please sign in to comment.