add -D flag to help() output

This commit is contained in:
onyx-and-iris 2024-06-26 19:31:08 +01:00
parent 71e06ac646
commit cd11b26ad8

View File

@ -104,7 +104,7 @@ int main(int argc, char *argv[])
void help() void help()
{ {
puts( puts(
"Usage: ./vmrcli.exe [-i] [-k] <api commands>\n" "Usage: ./vmrcli.exe [-i] [-k] [-D] <api commands>\n"
"Where: \n" "Where: \n"
"\ti: Enable interactive mode\n" "\ti: Enable interactive mode\n"
"\tk: The kind of Voicemeeter (basic, banana, potato)\n" "\tk: The kind of Voicemeeter (basic, banana, potato)\n"