fix startup args table in README

This commit is contained in:
rabite0 2019-05-25 21:28:56 +02:00 committed by GitHub
parent 5dd4666800
commit fdc4eb52d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -111,15 +111,18 @@ media_mute=off
You can set a few options when hunter starts. These override the configuration file. You can also tell hunter to start in a certain directory.
**USAGE: hunter [FLAGS] [path]**
**FLAGS: **
| **FLAGS: ** | |
------------------------|-------------------------------------|
| -a, --animation-off | Turn off animations |
| --help | Prints help information |
| -i, --icons | Show icons for different file types |
| -h, --show-hiddenn | Show hidden files |
| -V, --version | Prints version information |
**ARGS:**
|<path> | Start in <path> |
| **ARGS:** | |
|----------------------|--------------------------------------|
| [path] | Start in [path] |
## Drop into hunter cwd on quit