Skip to content

Commit

Permalink
Clarify --encrypted-bundle-output
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed May 14, 2024
1 parent 4ce4245 commit 018ba2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/turnkey/pkg/encrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (

func init() {
encryptCmd.Flags().StringVar(&importBundlePath, "import-bundle-input", "", "filepath to read the import bundle from (result of init-import).")
encryptCmd.Flags().StringVar(&encryptedBundlePath, "encrypted-bundle-output", "", "filepath to write the encrypted bundle to (posted in the final import).")
encryptCmd.Flags().StringVar(&encryptedBundlePath, "encrypted-bundle-output", "", "filepath to write the encrypted bundle to. This encrypted bundle will be part of the final import activity params (--encrypted-bundle-input option in wallet or private key import commands).")
encryptCmd.Flags().StringVar(&plaintextPath, "plaintext-input", "", "filepath to read the plaintext from that will be encrypted.")
encryptCmd.Flags().StringVar(&keyFormat, "key-format", "mnemonic", "optional formatting to apply to the plaintext before it is encrypted.")
encryptCmd.Flags().StringVar(&User, "user", "", "ID of user to encrypting the plaintext.")
Expand Down

0 comments on commit 018ba2e

Please sign in to comment.