]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
nsenter: add + to getopt_long()
authorKarel Zak <kzak@redhat.com>
Fri, 18 Apr 2014 11:12:24 +0000 (13:12 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 18 Apr 2014 11:12:24 +0000 (13:12 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/nsenter.c

index dfb1a3b5163f9bdd52ab5efc600cd1ac924835c1..d57edc81b588065fd3b50151d4a01636c44d0b90 100644 (file)
@@ -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':