Skip to content

Commit

Permalink
fixed typo in help
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhoya committed Sep 21, 2017
1 parent 9e28280 commit b9170d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Application Options:
--b58 Generate base58 of given string/file
--b64 Generate base64 of given string/file
--b64u Generate URL-compatible base64
--b85 Generate Abobe's PostScript/PDF base85 of given string/fle
--b85 Generate Abobe's PostScript/PDF base85 of given string/file
-d, --decode Decode data
Help Options:
Expand Down
2 changes: 1 addition & 1 deletion multibase.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var opts struct {
Base58 bool `long:"b58" description:"Generate base58 of given string/file"`
Base64 bool `long:"b64" description:"Generate base64 of given string/file"`
Base64URL bool `long:"b64u" description:"Generate URL-compatible base64"`
Base85 bool `long:"b85" description:"Generate Abobe's PostScript/PDF base85 of given string/fle"`
Base85 bool `long:"b85" description:"Generate Abobe's PostScript/PDF base85 of given string/file"`
Decode bool `short:"d" long:"decode" description:"Decode data"`
}

Expand Down

0 comments on commit b9170d4

Please sign in to comment.