summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2012-05-27 16:54:06 +0200
committerTormod Volden <debian.tormod@gmail.com>2012-05-27 17:00:13 +0200
commit4a86e32b8caa9fd37ae4dcecd21e4ef771c76545 (patch)
tree02aea10fedf830fa1c5de19fe9e3c36f368dc3a9
parent63d0f6999e92f788eed2c16d042e499aea721f5e (diff)
Relax TV format support disclaimer in usage text
TV format switching should work on more than Savage3D. Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--s3switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/s3switch.c b/s3switch.c
index 6a02574..aa5d863 100644
--- a/s3switch.c
+++ b/s3switch.c
@@ -98,7 +98,7 @@ usage()
puts( " specified. Only devices which are actually attached may be activated." );
puts( " both is a shortcut for 'crt lcd'." );
puts( " ntscj, ntsc and pal specify the video format for TV output." );
- puts( " This is supported on Savage3D only.");
+ puts( " This is not supported on Savage4.");
puts( " With no parameters, displays all devices currently attached and active.");
}