From: Daniel Hokka Zakrisson Date: Fri, 20 Nov 2009 14:39:16 +0000 (+0000) Subject: -i for index. X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27862613d32cb19d2d8ddbe2c9d13c01f114564c;p=util-vserver.git -i for index. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2858 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/src/vspace.c b/src/vspace.c index fdcedb3..db2ef2a 100644 --- a/src/vspace.c +++ b/src/vspace.c @@ -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;