X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fvspace.c;h=37ac2c3944d285503aab81cbf52c1e16d21bb3af;hb=148ab3024621f97b9cf95091657db2448098bc66;hp=fdcedb346b37dad8213e93158b664df8946f9bbf;hpb=adfc83d4b20c0797654b9a30b6f7699ab90d31ea;p=util-vserver.git diff --git a/src/vspace.c b/src/vspace.c index fdcedb3..37ac2c3 100644 --- a/src/vspace.c +++ b/src/vspace.c @@ -86,6 +86,7 @@ showHelp(int fd, char const *cmd, int res) " there; is mandatory in this\n" " case\n" " --set|-s ... assign the current spaces to the current context\n" + " --index|-i ... work with the namespaces for \n" "\n" "* specifies the spaces to manipulate.\n" "It can be any combination of:\n" @@ -171,7 +172,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;