Package: util-linux
Version: 2.20.1-5.3
Severity: normal

Usage:
 unshare [options] <program> [args...]

% unshare -m sh -c 'echo foo'
unshare: invalid option -- 'c'

It works with adding "--", but according to the usage and man page,
this should not be required (cf. chroot and similar programs).

% unshare -m -- sh -c 'echo foo'
foo


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