On Thursday 06 February 2003 18:35, Angus Leeming wrote:
> Index: lib/lyx2lyx/lyx2lyx
> ===================================================================
> RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/lyx2lyx/lyx2lyx,v
> retrieving revision 1.5
> diff -u -p -r1.5 lyx2lyx
> --- lib/lyx2lyx/lyx2lyx 7 Jan 2003 17:03:59 -0000       1.5
> +++ lib/lyx2lyx/lyx2lyx 6 Feb 2003 18:15:39 -0000
> @@ -55,9 +55,9 @@ Options:
>  
>  
>  def parse_options(argv):
> -    _options =  ["help", "version", "list", "from=", "to=", "output=",
> "quiet"]
> +    _options =  ["help", "version", "list", "debug", "from="

  Ok, it should be "debug=" to show that it takes an additional argument.

> "to=", "output=", "quiet"]
>      try:
> -       opts, args = getopt.getopt(argv[1:], "f:hlo:qt:v", _options)
> +       opts, args = getopt.getopt(argv[1:], "d:f:hlo:qt:v", _options)
>      except getopt.error:
>          usage()
>          sys.exit(2)

-- 
José Abílio

Reply via email to