-i for index.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Fri, 20 Nov 2009 14:39:16 +0000 (14:39 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Fri, 20 Nov 2009 14:39:16 +0000 (14:39 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2858 94cd875c-1c1d-0410-91d2-eb244daf1a30

src/vspace.c

index fdcedb3..db2ef2a 100644 (file)
@@ -171,7 +171,7 @@ int main(int argc, char *argv[])
   int                  sum        = 0;
   
   while (1) {
-    int                        c = getopt_long(argc, argv, "+nsce:m:" "MFIUSPN", CMDLINE_OPTIONS, 0);
+    int                        c = getopt_long(argc, argv, "+nsce:m:i:" "MFIUSPN", CMDLINE_OPTIONS, 0);
     uint_least64_t     thisbit = 0;
     if (c==-1) break;