fix bad flag

This commit is contained in:
Paul Sori 2019-03-29 14:31:29 -04:00
parent 9b5bc64e46
commit f8a231d241
2 changed files with 3 additions and 3 deletions

View File

@ -156,8 +156,8 @@ mstream -L
```
## Choose Log Directory
Use `-k` to pick the folder to save all logs too
Use `-A` to pick the folder to save all logs too
```
mstream -L -k /path/to/logs/
mstream -L -A /path/to/logs/
```

View File

@ -11,7 +11,7 @@ exports.setup = function (args) {
.option('-s, --secret <secret>', 'Set the login secret key')
.option('-I, --images <images>', 'Set the image folder')
.option('-d, --dbpath <dbpath>', 'Set folder to save DB to')
.option('-k, --logspath <logspath>', 'Set folder to save logs to')
.option('-A, --logspath <logspath>', 'Set folder to save logs to')
.option('-m, --musicdir <musicdir>', 'Set the music folder', process.cwd())
.option('-N, --noupload', 'Disable Uploading')