chiark / gitweb /
Constify option table and add missing option
[elogind.git] / src / analyze / analyze.c
index 453ad335a1454a84d1d009caae58b2b9554242df..888f6b7a664cc3da8022e0c8b34085f0c925bcde 100644 (file)
@@ -1244,6 +1244,7 @@ static int parse_argv(int argc, char *argv[]) {
                 { "to-pattern",   required_argument, NULL, ARG_DOT_TO_PATTERN   },
                 { "fuzz",         required_argument, NULL, ARG_FUZZ             },
                 { "no-pager",     no_argument,       NULL, ARG_NO_PAGER         },
+                { "no-man",       no_argument,       NULL, ARG_NO_MAN           },
                 { "host",         required_argument, NULL, 'H'                  },
                 { "machine",      required_argument, NULL, 'M'                  },
                 {}