mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 21:02:07 +02:00
Incorrect entry for "Decode a file" (#2117)
This commit is contained in:
parent
2102852947
commit
c2a8076134
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
- Decode a file:
|
- Decode a file:
|
||||||
|
|
||||||
`base64 -d -i {{base64_file}}`
|
`base64 -D -i {{base64_file}}`
|
||||||
|
|
||||||
- Encode from stdin:
|
- Encode from stdin:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue