Skip to content

Commit

Permalink
fix: describe wallet create --output (#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed May 29, 2024
1 parent 68395fe commit 164fe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bursa/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func walletCreateCommand() *cobra.Command {
},
}

walletCreateCommand.PersistentFlags().StringVar(&output, "output", "", "")
walletCreateCommand.PersistentFlags().StringVar(&output, "output", "", "optional path to write files")

return &walletCreateCommand
}

0 comments on commit 164fe89

Please sign in to comment.