From 27862613d32cb19d2d8ddbe2c9d13c01f114564c Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 20 Nov 2009 14:39:16 +0000 Subject: [PATCH] -i for index. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2858 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- src/vspace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.1.5