]> git.ipfire.org Git - thirdparty/util-linux.git/commit
unshare: don't use "=" before a required option argument
authorBenno Schulenberg <bensberg@telfort.nl>
Sun, 9 Feb 2025 08:23:18 +0000 (09:23 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 10 Feb 2025 11:36:56 +0000 (12:36 +0100)
commitf0d2f4a37ae880ca2b05e236c9d35215f9166e74
treea087c726299377a24872cace5d2c18a773c6b9be
parent0ec592073bd6a5c9e8bab4fa2f7c163d35d16e94
unshare: don't use "=" before a required option argument

The "=" is not needed, is inconsistent with the presentation of the
other options that require an argument, and trying to use "=" with
the equivalent short option would lead to failure.

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
sys-utils/unshare.1.adoc
sys-utils/unshare.c