man/ronin-decode.1 in ronin-2.0.0.beta3 vs man/ronin-decode.1 in ronin-2.0.0.beta4
- old
+ new
@@ -36,18 +36,30 @@
.TP
\fB-n\fR, \fB--keep-newlines\fR
Preserves newlines at the end of each line\.
.LP
.TP
+\fB--base16\fR
+Base16 decodes the data\.
+.LP
+.TP
\fB--base32\fR
Base32 decodes the data\.
.LP
.HP
\fB-b\fR, \fB--base64\fR\[lB]\fB=\fR\fIstrict\fP\[or]\fIurl\fP\[rB]
Base64 decodes the data\. If the \fBstrict\fR or \fBurl\fR option value is given,
it will enable \fBstrict\fR or \fBurl\fR Base64 encoding mode, respectively\.
.LP
+.TP
+\fB-z\fR, \fB--zlib\fR
+Zlib uncompresses the data\.
+.LP
+.TP
+\fB-g\fR, \fB--gzip\fR
+gzip uncompresses the data\.
+.LP
.HP
\fB-c, \fR\-\-c\`
Decodes the data as a C string\.
.LP
.TP
@@ -77,11 +89,23 @@
.TP
\fB-P\fR, \fB--powershell\fR
Decodes the data as a PowerShell String\.
.LP
.TP
+\fB--punycode\fR
+Decodes the data as Punycode\.
+.LP
+.TP
+\fB-Q\fR, \fB--quoted-printable\fR
+Decodes the data as Quoted Printable\.
+.LP
+.TP
\fB-R\fR, \fB--ruby\fR
Ruby decodes the data\.
+.LP
+.TP
+\fB--uudecode\fR
+uudecodes the data\.
.LP
.TP
\fB-x\fR, \fB--xml\fR
XML decodes the data\.
.LP
\ No newline at end of file