Skip to content

Commit

Permalink
Synopsis indent
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Jul 29, 2024
1 parent cf8f906 commit a7292d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ same, byte for byte, as a .BA file created on actual hardware.

#### Synopsis

<ul>
**tokenize** _INPUT.DO_ [ _OUTPUT.BA_ ]<br/>
**tokenize** [ **-d** | **--decomment** ] _INPUT.DO_ [ _OUTPUT.BA_ ]<br/>
**tokenize** [ **-c** | **--crunch** ] _INPUT.DO_ [ _OUTPUT.BA_ ]
Expand All @@ -189,6 +190,8 @@ The **-d** option decomments before tokenizing.
The **-c** option decomments _and_ removes all optional
whitespace before tokenizing.

</ul>

#### Example 1: Simplest usage: tokenize filename


Expand Down

0 comments on commit a7292d3

Please sign in to comment.