summaryrefslogtreecommitdiffstats
path: root/sys-utils/nsenter.c
diff options
context:
space:
mode:
authorKarel Zak2014-04-18 13:12:24 +0200
committerKarel Zak2014-04-18 13:12:24 +0200
commit4a9414413629a7815d99266c832b624ebd7441b6 (patch)
treec3215475fde0f225e1be8a4477c5e0575340d1af /sys-utils/nsenter.c
parentunshare: add + to getopt_long() (diff)
downloadkernel-qcow2-util-linux-4a9414413629a7815d99266c832b624ebd7441b6.tar.gz
kernel-qcow2-util-linux-4a9414413629a7815d99266c832b624ebd7441b6.tar.xz
kernel-qcow2-util-linux-4a9414413629a7815d99266c832b624ebd7441b6.zip
nsenter: add + to getopt_long()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/nsenter.c')
-rw-r--r--sys-utils/nsenter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/nsenter.c b/sys-utils/nsenter.c
index dfb1a3b51..d57edc81b 100644
--- a/sys-utils/nsenter.c
+++ b/sys-utils/nsenter.c
@@ -193,7 +193,7 @@ int main(int argc, char *argv[])
atexit(close_stdout);
while ((c =
- getopt_long(argc, argv, "hVt:m::u::i::n::p::U::S:G:r::w::F",
+ getopt_long(argc, argv, "+hVt:m::u::i::n::p::U::S:G:r::w::F",
longopts, NULL)) != -1) {
switch (c) {
case 'h':