Prepare for '-Wmissing-field-initializers'
[lttng-tools.git] / src / bin / lttng / commands / metadata.cpp
index b68c22a07cad3e766a2744f327901eaa7d12eb1b..8f4d8df632235c508cbdc3657f32bff7c28322d6 100644 (file)
@@ -41,7 +41,7 @@ static struct poptOption long_options[] = {
        { "help",               'h', POPT_ARG_NONE, 0, OPT_HELP, 0, 0, },
        { "session",            's', POPT_ARG_STRING, &opt_session_name, 0, 0, 0},
        { "list-options",       0, POPT_ARG_NONE, NULL, OPT_LIST_OPTIONS, 0, 0, },
-       { "list-commands",      0, POPT_ARG_NONE, NULL, OPT_LIST_COMMANDS},
+       { "list-commands",      0, POPT_ARG_NONE, NULL, OPT_LIST_COMMANDS, NULL, NULL},
        { 0, 0, 0, 0, 0, 0, 0, },
 };
 
This page took 0.022284 seconds and 4 git commands to generate.