mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:55:28 +02:00
base64: lowercase -d example (#2079)
This commit is contained in:
parent
2d9ecbd388
commit
7d693c4da0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
- Decode a file:
|
||||
|
||||
`base64 -D -i {{base64_file}}`
|
||||
`base64 -d -i {{base64_file}}`
|
||||
|
||||
- Encode from stdin:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue