From cc588aaf71d5d9c0612dd7d9fe97723047d7a084 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Sun, 22 Dec 2002 03:08:56 +0000 Subject: [PATCH] updated commandline help for --scanlines git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@463 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/starcon2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/starcon2.c b/sc2/src/starcon2.c index b6bd1ff4a..6b9d87b27 100644 --- a/sc2/src/starcon2.c +++ b/sc2/src/starcon2.c @@ -193,7 +193,7 @@ main (int argc, char *argv[]) printf(" -f, --fullscreen (default off)\n"); printf(" -o, --opengl (default off)\n"); printf(" -c, --scale=mode (bilinear, default is none)\n"); - printf(" -s, --scanlines (default off, only works with --opengl\n"); + printf(" -s, --scanlines (default off)\n"); printf(" -p, --fps (default off)\n"); printf(" -n, --contentdir=CONTENTDIR\n"); printf(" -M, --musicvol=VOLUME (0-100, default 100)\n");