Fix decode flag
I'm on Ubuntu 14.04 and `-D` is invalid. `-d` gets the required output.pull/868/head
parent
1d24f26a77
commit
5e9ef0f593
|
@ -154,7 +154,7 @@ type: Opaque
|
|||
Decode the password field:
|
||||
|
||||
```shell
|
||||
$ echo "MWYyZDFlMmU2N2Rm" | base64 -D
|
||||
$ echo "MWYyZDFlMmU2N2Rm" | base64 -d
|
||||
1f2d1e2e67df
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue