remove option "-s saver" from usage()

This commit is contained in:
Dima Ruban 1995-03-03 21:21:24 +00:00
parent fe8d7aae57
commit 50d387a36e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6862
2 changed files with 2 additions and 4 deletions

View File

@ -24,8 +24,7 @@ vidcontrol - a utility for manipulating the syscons video driver.
The
.B vidcontrol
command is used to set various options for the syscons video driver,
such as video mode, colors, cursor, scrnmaps, font,
screensaver type and timeout.
such as video mode, colors, cursor, scrnmaps, font and screensaver timeout.
A new video mode is selected by specifying its name as an argument to
.B vidcontrol

View File

@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: vidcontrol.c,v 1.8 1995/02/08 01:07:16 dima Exp $
* $Id: vidcontrol.c,v 1.9 1995/02/22 13:41:27 sos Exp $
*/
#include <ctype.h>
@ -66,7 +66,6 @@ usage()
" -l filename (load srceenmap file filename)\n"
" -L (load default screenmap)\n"
" -f DxL filename (load font, D dots wide & L lines high)\n"
" -s saver | help (set screensaver type or help for a list)\n"
" -t N (set screensaver timeout in seconds)\n"
" -x (use hex numbers for output)\n"
);