summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrabite0 <rabite@posteo.de>2019-05-25 21:28:56 +0200
committerGitHub <noreply@github.com>2019-05-25 21:28:56 +0200
commitfdc4eb52d0403e041fe77f403b0dbc5686789087 (patch)
treeb084d9a1b4b1af32eb4650050e61c32a010b61f6
parent5dd4666800dd170cde5afab0556eeff2174267a5 (diff)
fix startup args table in README
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8280691..8b72c10 100644
--- a/README.md
+++ b/README.md
@@ -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