Skip to content

Commit

Permalink
comdlineargs: update help url
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Dec 21, 2020
1 parent cb818dc commit 13caab2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/util/cmdlineargs.cpp
Expand Up @@ -178,5 +178,8 @@ void CmdlineArgs::printUsage() {
"\
-h, --help Display this help message and exit", stdout);

fputs("\n\n(For more information, see http://mixxx.org/wiki/doku.php/command_line_options)\n",stdout);
fputs("\n\n(For more information, see "
"https://manual.mixxx.org/2.3/chapters/"
"appendix.html#command-line-options)\n",
stdout);
}

0 comments on commit 13caab2

Please sign in to comment.