Document --render-tracks in --help and the manpage.

This commit is contained in:
Ryan Roden-Corrent
2015-09-03 21:32:21 -04:00
parent 795d42987f
commit 6b8406241b
2 changed files with 12 additions and 3 deletions

View File

@@ -127,7 +127,10 @@ void printHelp()
" [ -h ]\n"
" [ <file to load> ]\n\n"
"-r, --render <project file> Render given project file\n"
"-o, --output <file> Render into <file>\n"
" --render-tracks <project> Render each track to a different file\n"
"-o, --output <path> Render into <path>\n"
" For --render, provide a file path\n"
" For --render-tracks, provide a directory path\n"
"-f, --format <format> Specify format of render-output where\n"
" Format is either 'wav' or 'ogg'.\n"
"-s, --samplerate <samplerate> Specify output samplerate in Hz\n"