Fix decode flag
I'm on Ubuntu 14.04 and `-D` is invalid. `-d` gets the required output.
This commit is contained in:
@@ -154,7 +154,7 @@ type: Opaque
|
||||
Decode the password field:
|
||||
|
||||
```shell
|
||||
$ echo "MWYyZDFlMmU2N2Rm" | base64 -D
|
||||
$ echo "MWYyZDFlMmU2N2Rm" | base64 -d
|
||||
1f2d1e2e67df
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user