Hello Ron, thanks for your report.

On Tue, Mar 11, 2014 at 7:48 PM, Ron Murray <r...@rjmx.net> wrote:
>> ron@tinkerbell:~$ reportbug --bugnumber=739581
>> Unrecognized token: no-ldap
>> Usage: reportbug [options] <package | filename>
>>
>> reportbug: error: --bugnumber option does not take a value
>
>    ... but the short, "-N" option works:
>
>> ron@tinkerbell:~$ reportbug -N 739581

the difference might seem tricky but it's important: you use
"--bugnumber=739581" and then "-N 739581" which misses the = sign. for
how arguments parsing works, the --bugnumber option must not receive
the value of the bug report but the bug number must be passed as an
argument to the command, such as:

reportbug --bugnumber 739581

I'm going to update the manpage to mark it explicitly (even if it's
still not displayed as --bugreport=NNN in the manpage).

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to