git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1199
94cd875c-1c1d-0410-91d2-
eb244daf1a30
}
while (1) {
- int c = getopt_long(argc, argv, "MSHndhvac:", CMDLINE_OPTIONS, 0);
+ int c = getopt_long(argc, argv, "+MSHndhvac:", CMDLINE_OPTIONS, 0);
if (c==-1) break;
if (2048<=c && c<2048+32) {
assert(DIM_OF(UTS_MAPPING) == DIM_OF(args.handle_opts));
while (1) {
- int c = getopt_long(argc, argv, "gsx:", CMDLINE_OPTIONS, 0);
+ int c = getopt_long(argc, argv, "+gsx:", CMDLINE_OPTIONS, 0);
if (c==-1) break;
if (c>=CMD_UTSCONTEXT && c<=CMD_UTSDOMAINNAME)