gentoo: use /var/run for new /run compatibility
[util-vserver.git] / src / vspace.c
index fdcedb3..37ac2c3 100644 (file)
@@ -86,6 +86,7 @@ showHelp(int fd, char const *cmd, int res)
            "                           <program> there; <program> is mandatory in this\n"
            "                           case\n"
            "    --set|-s          ...  assign the current spaces to the current context\n"
+           "    --index|-i <idx>  ...  work with the namespaces for <idx>\n"
            "\n"
            "<spaces>* 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;