diff --git a/docs/cli_arguments.md b/docs/cli_arguments.md index 030f915..7089278 100644 --- a/docs/cli_arguments.md +++ b/docs/cli_arguments.md @@ -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/ ``` \ No newline at end of file diff --git a/modules/config/configure-commander.js b/modules/config/configure-commander.js index 64456e1..aef407b 100644 --- a/modules/config/configure-commander.js +++ b/modules/config/configure-commander.js @@ -11,7 +11,7 @@ exports.setup = function (args) { .option('-s, --secret ', 'Set the login secret key') .option('-I, --images ', 'Set the image folder') .option('-d, --dbpath ', 'Set folder to save DB to') - .option('-k, --logspath ', 'Set folder to save logs to') + .option('-A, --logspath ', 'Set folder to save logs to') .option('-m, --musicdir ', 'Set the music folder', process.cwd()) .option('-N, --noupload', 'Disable Uploading')