diff --git a/pages/common/base64.md b/pages/common/base64.md index 2a5bf5e40..fbb6faadb 100644 --- a/pages/common/base64.md +++ b/pages/common/base64.md @@ -3,11 +3,11 @@ > Encode or decode file or standard input to/from Base64, to standard output. > More information: . -- Encode a file: +- Encode the contents of a file as base64 and write the result to stdout: `base64 {{filename}}` -- Decode a file: +- Decode the base64 contents of a file and write the result to stdout: `base64 --decode {{filename}}`