Package: torsocks
Version: 2.0.0-1
Severity: minor

Torsocks doesn't recognise the arguments to the -u (--user) and -p
(--pass) options if they immediately follow the option characters:

$ torsocks -uMyUser -pMyPass /bin/true
Illegal option -u
/usr/bin/torsocks: 98: local: /usr/bin/which: bad variable name

It works if you put a space between the option and the argument:

$ torsocks -u MyUser -p MyPass /bin/true

Torsocks should support the former syntax too, as it is standard on
UNIX-like systems.


-- 
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