]> git.ipfire.org Git - thirdparty/util-linux.git/commit - sys-utils/unshare.1
unshare: use '-T' for time namespace instead of '-t'
authorAdrian Reber <areber@redhat.com>
Mon, 9 Mar 2020 12:20:51 +0000 (12:20 +0000)
committerAdrian Reber <areber@redhat.com>
Mon, 9 Mar 2020 12:26:28 +0000 (13:26 +0100)
commitf218fd97847498f505ebb31888261d8cccfcc28b
treece96d19ee38f6027e62e9a984abf439e5d675f0f
parent40c28f51c98877d3cfff1eadbca1225c3bdb71c7
unshare: use '-T' for time namespace instead of '-t'

While working on getting time namespace support into 'nsenter' it was
not possible to use '-t' to enter a time namespace as '-t' is the short
option for '--target'. Fortunately '-T' is still available in 'nsenter'
and 'unshare' and therefore let's change 'unshare' to use the same flag
for the time namespace as 'nsenter'.

Signed-off-by: Adrian Reber <areber@redhat.com>
sys-utils/unshare.1
sys-utils/unshare.c