diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/CLI.md | 2 | ||||
| -rw-r--r-- | doc/TUI.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -38,7 +38,7 @@ hoardom coolproject mysite bigidea |----------------------------|------------------------------------------------------------------| | `-c, --csv[=PATH]` | Output as CSV. If PATH is given writes to file, otherwise stdout | | `-l, --list=LIST` | TLD list to use: `Standard`, `Decent`, `Country`, `All` | -| `-i, --import-filter=PATH` | Import a custom TOML TLD list for this session | +| `-i, --import-list=PATH` | Import a custom TOML TLD list for this session | | `-t, --top=TLD,TLD` | Pin certain TLDs to the top of results | | `-o, --onlytop=TLD,TLD` | Only search these specific TLDs | | `-s, --suggestions=NUMBER` | How many alternative suggestions to show (default: 0 / disabled) | @@ -134,6 +134,6 @@ if you resize the terminal too small, hoardom will refuse to work and complain a ## tips -- you can pass `--import-filter` alongside `--tui` to import a list and jump straight into the TUI with it +- you can pass `--import-list` alongside `--tui` to import a list and jump straight into the TUI with it - `--verbose` works in TUI too, it prints debug stuff to stderr (which you wont see in the TUI itself, but its there if you redirect it) - `--no-color` also works here for your 90's dial up crt tty |
