From eb75758138847c657dbaab9836764f3893bc62e7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 30 Jul 2012 02:06:39 +0200 Subject: mplayer: de-crapify builtin help text Remove all the options that mattered in 2001 only. Use new option syntax. --- mplayer.c | 42 ++++++------------------------------------ 1 file changed, 6 insertions(+), 36 deletions(-) diff --git a/mplayer.c b/mplayer.c index ef352ad34f..38f4543fcf 100644 --- a/mplayer.c +++ b/mplayer.c @@ -166,42 +166,12 @@ static const char help_text[] = _( "Usage: mplayer [options] [url|path/]filename\n" "\n" "Basic options: (complete list in the man page)\n" -" -vo select video output driver ('-vo help' for a list)\n" -" -ao select audio output driver ('-ao help' for a list)\n" -#ifdef CONFIG_VCD -" vcd:// play (S)VCD (Super Video CD) track (raw device, no mount)\n" -#endif -#ifdef CONFIG_DVDREAD -" dvd:// play DVD title from device instead of plain file\n" -#endif -" -alang/-slang select DVD audio/subtitle language (by 2-char country code)\n" -" -ss seek to given (seconds or hh:mm:ss) position\n" -" -nosound do not play sound\n" -" -fs fullscreen playback (or -vm, -zoom, details in the man page)\n" -" -x -y set display resolution (for use with -vm or -zoom)\n" -" -sub specify subtitle file to use (also see -subfps, -subdelay)\n" -" -playlist specify playlist file\n" -" -vid x -aid y select video (x) and audio (y) stream to play\n" -" -fps x -srate y change video (x fps) and audio (y Hz) rate\n" -" -pp enable postprocessing filter (details in the man page)\n" -" -framedrop enable frame dropping (for slow machines)\n" -"\n" -"Basic keys: (complete list in the man page, also check input.conf)\n" -" <- or -> seek backward/forward 10 seconds\n" -" down or up seek backward/forward 1 minute\n" -" pgdown or pgup seek backward/forward 10 minutes\n" -" < or > step backward/forward in playlist\n" -" p or SPACE pause movie (press any key to continue)\n" -" q or ESC stop playing and quit program\n" -" + or - adjust audio delay by +/- 0.1 second\n" -" o cycle OSD mode: none / seekbar / seekbar + timer\n" -" * or / increase or decrease PCM volume\n" -" x or z adjust subtitle delay by +/- 0.1 second\n" -" r or t adjust subtitle position up/down, also see -vf expand\n" -" double click toggle fullscreen\n" -" right click pause (press again to continue)\n" -"\n" -" * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *\n" +" --ss= seek to given (seconds or hh:mm:ss) position\n" +" --no-audio do not play sound\n" +" --no-video do not play video\n" +" --fs fullscreen playback\n" +" --sub= specify subtitle file to use\n" +" --playlist= specify playlist file\n" "\n"); -- cgit v1.2.3