base32, base64: fix -D flag (#5234)

This commit is contained in:
Matthias Lübken
2021-03-07 23:58:11 +01:00
committed by GitHub
parent 9ffbe151a6
commit 00e00396a4
17 changed files with 36 additions and 36 deletions

View File

@@ -8,7 +8,7 @@
- Decodifica un archivo:
`base64 -d {{nombre_de_archivo}}`
`base64 --decode {{nombre_de_archivo}}`
- Codifica stdin:
@@ -16,4 +16,4 @@
- Decodifica stdin:
`{{comando}} | base64 -d`
`{{comando}} | base64 --decode`