Merge pull request #1672 from agonzalezro/patch-1

Use --decode for base64 command
This commit is contained in:
devin-donnelly
2016-12-21 16:18:45 -08:00
committed by GitHub
+1 -1
View File
@@ -158,7 +158,7 @@ type: Opaque
Decode the password field:
```shell
$ echo "MWYyZDFlMmU2N2Rm" | base64 -d
$ echo "MWYyZDFlMmU2N2Rm" | base64 --decode
1f2d1e2e67df
```