Skip to content

Commit

Permalink
Document short form of --delimiter option
Browse files Browse the repository at this point in the history
  • Loading branch information
flother authored Feb 14, 2025
1 parent 7432118 commit 5938012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ The short form of this option is `-n`.

Let's you choose the character used to separate fields in the CSV output. By default a comma (`,`) is used as the delimiter. If you want to use a tab as a delimiter, pass `--delimiter $'\t'` (Bash and Zsh) or `--delimiter (printf '\t')` (Fish).

The short form of this option is `-e`.

### `--version`

Show the version of HTMLTab you have installed, and exit.
Expand Down

0 comments on commit 5938012

Please sign in to comment.