From 99686d5c2837bfc548c7435bb03a40aabef50e90 Mon Sep 17 00:00:00 2001 From: vektor Date: Wed, 18 Aug 2004 04:36:51 +0000 Subject: 18 Aug 2004 Billy Biggs * tvtime/src/tvtimeconf.c: Update the --help text for the new geometry command line parameter. --- src/tvtimeconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tvtimeconf.c') diff --git a/src/tvtimeconf.c b/src/tvtimeconf.c index 5a1ce59..b4816f2 100644 --- a/src/tvtimeconf.c +++ b/src/tvtimeconf.c @@ -582,7 +582,7 @@ static void print_usage( char **argv ) " custom (first run tvtime-scanner)\n\n"), stderr ); lfputs( _(" -F, --configfile=FILE Additional config file to load settings from.\n"), stderr ); lfputs( _(" -h, --help Show this help message.\n"), stderr ); - lfputs( _(" -H, --height=HEIGHT Output window height (defaults to 576 pixels).\n"), stderr ); + lfputs( _(" -g, --geometry=GEOMETRY Sets the output window size.\n"), stderr ); lfputs( _(" -i, --input=INPUTNUM video4linux input number (defaults to 0).\n"), stderr ); lfputs( _(" -I, --inputwidth=SAMPLING Horizontal resolution of input\n" " (defaults to 720 pixels).\n"), stderr ); @@ -635,7 +635,7 @@ static void print_config_usage( char **argv ) " custom (first run tvtime-scanner)\n\n"), stderr ); lfputs( _(" -F, --configfile=FILE Additional config file to load settings from.\n"), stderr ); lfputs( _(" -h, --help Show this help message.\n"), stderr ); - lfputs( _(" -H, --height=HEIGHT Output window height (defaults to 576 pixels).\n"), stderr ); + lfputs( _(" -g, --geometry=GEOMETRY Sets the output window size.\n"), stderr ); lfputs( _(" -i, --input=INPUTNUM video4linux input number (defaults to 0).\n"), stderr ); lfputs( _(" -I, --inputwidth=SAMPLING Horizontal resolution of input\n" " (defaults to 720 pixels).\n"), stderr ); -- cgit v1.2.1