summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-04-06 08:28:53 -0500
committerOmar Roth <omarroth@hotmail.com>2019-04-06 08:32:36 -0500
commitca07d754052197384cd166463900669592a10b2f (patch)
tree4ce316fa8d478b2845e807661245f90b5c23d82b /README.md
parentc5001f3620d6a9d4d24ce63afdf892a690b16440 (diff)
downloadinvidious-ca07d754052197384cd166463900669592a10b2f.tar.gz
invidious-ca07d754052197384cd166463900669592a10b2f.tar.bz2
invidious-ca07d754052197384cd166463900669592a10b2f.zip
Add '--version' to command line
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0d02fe32..70f2c500 100644
--- a/README.md
+++ b/README.md
@@ -172,15 +172,12 @@ Usage: invidious [arguments]
--ssl-key-file FILE SSL key file
--ssl-cert-file FILE SSL certificate file
-h, --help Shows this help
- -t THREADS, --crawl-threads=THREADS
- Number of threads for crawling YouTube (default: 0)
-c THREADS, --channel-threads=THREADS
Number of threads for refreshing channels (default: 1)
-f THREADS, --feed-threads=THREADS
Number of threads for refreshing feeds (default: 1)
- -v THREADS, --video-threads=THREADS
- Number of threads for refreshing videos (default: 0)
-o OUTPUT, --output=OUTPUT Redirect output (default: STDOUT)
+ -v, --version Print version
```
Or for development:
@@ -188,6 +185,7 @@ Or for development:
```bash
$ curl -fsSLo- https://raw.githubusercontent.com/samueleaton/sentry/master/install.cr | crystal eval
$ ./sentry
+🤖 Your SentryBot is vigilant. beep-boop...
```
## Documentation