]> git.ipfire.org Git - thirdparty/util-linux.git/commit
unshare: remove -s from --help output
authorKarel Zak <kzak@redhat.com>
Tue, 11 Sep 2018 10:43:03 +0000 (12:43 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 11 Sep 2018 10:47:39 +0000 (12:47 +0200)
commitda6392177d8dc23653d02df801ab67b46ebd9f9a
tree32a956a68a6120710b29c43301f4c0c834a2e9a6
parent137599ebe152ae10ff6fa492956a65f173623f04
unshare: remove -s from --help output

The code and man page do not assume -s to be short alias to
--setgroups.

This commit also a little bit change --help output formatting to make
it more readable and structured.

Addresses: https://github.com/karelzak/util-linux/pull/692
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/unshare.c