[subproc-cvs] subproc subproc,1.22,1.23
Status: Beta
Brought to you by:
cstroie
From: Costin S. <cs...@us...> - 2007-02-09 23:04:42
|
Update of /cvsroot/subproc/subproc In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24250 Modified Files: subproc Log Message: Those functions already output to stderr. Index: subproc =================================================================== RCS file: /cvsroot/subproc/subproc/subproc,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- subproc 9 Feb 2007 23:03:49 -0000 1.22 +++ subproc 9 Feb 2007 23:04:38 -0000 1.23 @@ -318,9 +318,9 @@ printf("%4s %s\n", "-V", _"Show program name and version") > "/dev/stderr" printf("%4s %s\n", "-h", _"Show this quick help") > "/dev/stderr" print > "/dev/stderr" - help_output_formats() > "/dev/stderr" + help_output_formats() print > "/dev/stderr" - help_eol() > "/dev/stderr" + help_eol() print > "/dev/stderr" print _"Filename: any supported input subtitle file." > "/dev/stderr" } |