X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvspace.c;h=db2ef2ab2ef06f2af9c63640e4c36a3bc0cee681;hb=0eb34ea41e1fba993eb58d5b28c275e311db0527;hp=fdcedb346b37dad8213e93158b664df8946f9bbf;hpb=adfc83d4b20c0797654b9a30b6f7699ab90d31ea;p=util-vserver.git 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;