improved documentation of commandline options
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1443 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -129,32 +129,32 @@ int main( int argc, char * * argv )
|
||||
{
|
||||
printf( "\nLinux MultiMedia Studio %s\n"
|
||||
"Copyright (c) 2004-2008 LMMS developers.\n\n"
|
||||
"usage: lmms [ -r <project file> [ -f <format> ] [ -s <samplerate> ]\n"
|
||||
" [ -b <bitrate> ] [ -i <method> ] [ -x <value> ] [ -h ]\n"
|
||||
" [ <file to load> ]\n\n"
|
||||
"usage: lmms [ -r <project file> ] [ options ]\n"
|
||||
" [ -u <in> <out> ]\n"
|
||||
" [ -d <in> ]\n"
|
||||
" [ -h ]\n"
|
||||
" [ <file to load> ]\n\n"
|
||||
"-r, --render <project file> render given project file\n"
|
||||
"-o, --output <file> render into <file>\n"
|
||||
"-f, --output-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"
|
||||
" range: 44100 to 192000\n"
|
||||
" default: 44100.\n"
|
||||
"-b, --bitrate <bitrate> specify output bitrate in kHz\n"
|
||||
" range: 44100 (default) to 192000\n"
|
||||
"-b, --bitrate <bitrate> specify output bitrate in kHz\n"
|
||||
" default: 160.\n"
|
||||
"-i, --interpolation <method> specify interpolation method\n"
|
||||
" possible values:\n"
|
||||
" - linear.\n"
|
||||
" - sincfastest.\n"
|
||||
" - sincmedium.\n"
|
||||
" - sincbest.\n"
|
||||
" default: sincfastest.\n"
|
||||
" - linear\n"
|
||||
" - sincfastest (default)\n"
|
||||
" - sincmedium\n"
|
||||
" - sincbest\n"
|
||||
"-x, --oversampling <value> specify oversampling\n"
|
||||
" possible values: 1, 2, 4, 8\n"
|
||||
" default: 2\n"
|
||||
"-u, --upgrade <in> <out> upgrade file <in> and save as <out>\n"
|
||||
"-d, --dump <in> dump XML of compressed file <in>\n"
|
||||
"-d, --dump <in> dump XML of compressed file <in>\n"
|
||||
"-v, --version show version information and exit.\n"
|
||||
"-h, --help show this usage message and exit.\n\n",
|
||||
"-h, --help show this usage information and exit.\n\n",
|
||||
LMMS_VERSION );
|
||||
return( EXIT_SUCCESS );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user