base32, base64: fix -D flag (#5234)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
- Decode a file:
|
||||
|
||||
`base32 -d {{filename}}`
|
||||
`base32 --decode {{filename}}`
|
||||
|
||||
- Encode from stdin:
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
|
||||
- Decode from stdin:
|
||||
|
||||
`{{somecommand}} | base32 -d`
|
||||
`{{somecommand}} | base32 --decode`
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
- Decode a file:
|
||||
|
||||
`base64 -d {{filename}}`
|
||||
`base64 --decode {{filename}}`
|
||||
|
||||
- Encode from stdin:
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
|
||||
- Decode from stdin:
|
||||
|
||||
`{{somecommand}} | base64 -d`
|
||||
`{{somecommand}} | base64 --decode`
|
||||
|
Reference in New Issue
Block a user