From: Karel Zak Date: Fri, 18 Apr 2014 11:12:24 +0000 (+0200) Subject: nsenter: add + to getopt_long() X-Git-Tag: v2.25-rc1~262 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a9414413629a7815d99266c832b624ebd7441b6;p=thirdparty%2Futil-linux.git nsenter: add + to getopt_long() Signed-off-by: Karel Zak --- diff --git a/sys-utils/nsenter.c b/sys-utils/nsenter.c index dfb1a3b516..d57edc81b5 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':