1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 16:22:08 +02:00

Incorrect entry for "Decode a file" (#2117)

This commit is contained in:
andrazznidar 2018-05-21 23:20:53 +02:00 committed by Starbeamrainbowlabs
parent 2102852947
commit c2a8076134

View file

@ -8,7 +8,7 @@
- Decode a file:
`base64 -d -i {{base64_file}}`
`base64 -D -i {{base64_file}}`
- Encode from stdin: