From a9a4af90306c64e6b30f32189b7c719025fb797f Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 18 Apr 2014 13:12:13 +0200 Subject: unshare: add + to getopt_long() Signed-off-by: Karel Zak --- sys-utils/unshare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/unshare.c') diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c index 1240293c0..95e4afbd0 100644 --- a/sys-utils/unshare.c +++ b/sys-utils/unshare.c @@ -113,7 +113,7 @@ int main(int argc, char *argv[]) textdomain(PACKAGE); atexit(close_stdout); - while ((c = getopt_long(argc, argv, "fhVmuinpUr", longopts, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "+fhVmuinpUr", longopts, NULL)) != -1) { switch (c) { case 'f': forkit = 1; -- cgit v1.2.3-55-g7522