mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
fix bad flag
This commit is contained in:
parent
9b5bc64e46
commit
f8a231d241
@ -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/
|
||||
```
|
||||
@ -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')
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user