Corrected printed --bpp default
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2161 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
+1
-1
@@ -861,7 +861,7 @@ usage (FILE *out, const struct options_struct *defaultOptions)
|
|||||||
fprintf (out, "Options:\n");
|
fprintf (out, "Options:\n");
|
||||||
fprintf (out, " -r, --res=WIDTHxHEIGHT (default 640x480, bigger "
|
fprintf (out, " -r, --res=WIDTHxHEIGHT (default 640x480, bigger "
|
||||||
"works only with --opengl)\n");
|
"works only with --opengl)\n");
|
||||||
fprintf (out, " -d, --bpp=BITSPERPIXEL (default 16)\n");
|
fprintf (out, " -d, --bpp=BITSPERPIXEL (default 32)\n");
|
||||||
fprintf (out, " -f, --fullscreen (default off)\n");
|
fprintf (out, " -f, --fullscreen (default off)\n");
|
||||||
fprintf (out, " -o, --opengl (default off)\n");
|
fprintf (out, " -o, --opengl (default off)\n");
|
||||||
fprintf (out, " -c, --scale=MODE (bilinear, biadapt, biadv, triscan, "
|
fprintf (out, " -c, --scale=MODE (bilinear, biadapt, biadv, triscan, "
|
||||||
|
|||||||
Reference in New Issue
Block a user