-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize some of the option summaries.
- Loading branch information
1 parent
21720c2
commit 5456da6
Showing
12 changed files
with
61 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,10 +67,10 @@ Decodes each character of the given data from a variety of formats. | |
: JavaScript decodes the data. | ||
|
||
`-S`, `--shell` | ||
: Decodes the data as a Shell String. | ||
: Decodes the data as a Shell string. | ||
|
||
`-P`, `--powershell` | ||
: Decodes the data as a PowerShell String. | ||
: Decodes the data as a PowerShell string. | ||
|
||
`--punycode` | ||
: Decodes the data as Punycode. | ||
|
@@ -96,4 +96,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
[ronin-encode](ronin-encode.1.md) | ||
[ronin-encode](ronin-encode.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,16 +51,16 @@ Escapes each special character for a variety of encodings. | |
: JavaScript escapes the data. | ||
|
||
`-S`, `--shell` | ||
: Escapes the data as a Shell String. | ||
: Escapes the data as a Shell string. | ||
|
||
`-P`, `--powershell` | ||
: Escapes the data as a PowerShell String. | ||
: Escapes the data as a PowerShell string. | ||
|
||
`-Q`, `--quoted-printable` | ||
: Escapes the data as Quoted Printable. | ||
|
||
`-R`, `--ruby` | ||
: Escapes the data as a Ruby String. | ||
: Escapes the data as a Ruby string. | ||
|
||
`-x`, `--xml` | ||
: XML escapes the data. | ||
|
@@ -74,4 +74,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
[ronin-unescape](ronin-unescape.1.md) | ||
[ronin-unescape](ronin-unescape.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,16 +39,16 @@ Produces quoted a string for a variety of programming languages. | |
: Quotes the data as a C string. | ||
|
||
`-j`, `--js` | ||
: quotes the data as a JavaScript string. | ||
: Quotes the data as a JavaScript string. | ||
|
||
`-S`, `--shell` | ||
: Quotes the data as a Shell String. | ||
: Quotes the data as a Shell string. | ||
|
||
`-P`, `--powershell` | ||
: Quotes the data as a PowerShell String. | ||
: Quotes the data as a PowerShell string. | ||
|
||
`-R`, `--ruby` | ||
: Quotes the data as a Ruby String. | ||
: Quotes the data as a Ruby string. | ||
|
||
`-h`, `--help` | ||
: Print help information. | ||
|
@@ -59,4 +59,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
[ronin-unquote](ronin-unquote.1.md) | ||
[ronin-unquote](ronin-unquote.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,16 +51,16 @@ Unescapes each escaped character from a variety of encodings. | |
: JavaScript unescapes the data. | ||
|
||
`-S`, `--shell` | ||
: Unescapes the data as a Shell String. | ||
: Unescapes the data as a Shell string. | ||
|
||
`-P`, `--powershell` | ||
: Unescapes the data as a PowerShell String. | ||
: Unescapes the data as a PowerShell string. | ||
|
||
`-Q`, `--quoted-printable` | ||
: Unescapes the data as Quoted Printable. | ||
|
||
`-R`, `--ruby` | ||
: Unescapes the data as a Ruby String. | ||
: Unescapes the data as a Ruby string. | ||
|
||
`-x`, `--xml` | ||
: XML unescapes the data. | ||
|
@@ -74,4 +74,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
[ronin-escape](ronin-escape.1.md) | ||
[ronin-escape](ronin-escape.1.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,16 +39,16 @@ Unquotes a double/single quoted string. | |
: Unquotes the C string. | ||
|
||
`-j`, `--js` | ||
: Unquotes the JavaScript String. | ||
: Unquotes the JavaScript string. | ||
|
||
`-S`, `--shell` | ||
: Unquotes the Shell string. | ||
|
||
`-P`, `--powershell` | ||
: Unquotes the PowerShell String. | ||
: Unquotes the PowerShell string. | ||
|
||
`-R`, `--ruby` | ||
: Unquotes the Ruby String. | ||
: Unquotes the Ruby string. | ||
|
||
`-h`, `--help` | ||
: Print help information. | ||
|
@@ -59,4 +59,4 @@ Postmodern <[email protected]> | |
|
||
## SEE ALSO | ||
|
||
[ronin-quote](ronin-quote.1.md) | ||
[ronin-quote](ronin-quote.1.md) |