base64: add the -n option of echo in examples
This commit is contained in:
parent
1970f5474c
commit
3b8036fbc2
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
- Encode from stdin:
|
||||
|
||||
`echo {{plain_text}} | base64`
|
||||
`echo -n {{plain_text}} | base64`
|
||||
|
||||
- Decode from stdin:
|
||||
|
||||
`echo {{base64_text}} | base64 -D`
|
||||
`echo -n {{base64_text}} | base64 -D`
|
||||
|
|
|
|||
Loading…
Reference in New Issue