On Wed, 2012-09-19 at 22:39 +0200, Paul Menzel wrote:
> the short option `-p` is not recognized anymore.
> 
>         $ debcheckout -p brasero
>         Usage:
>             debcheckout [*OPTIONS*] *PACKAGE* [*DESTDIR*]
>             debcheckout [*OPTIONS*] *REPOSITORY_URL* [*DESTDIR*]
>             debcheckout --help
>         $ echo $?
>         3

This is due to:

       "print|p" => \$print_mode,
        "details|d" => \$details_mode,
        "package|p=s" => \$use_package,

The "package" option was added in 2.10.13.

Regards,

Adam

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to