diff --git a/src/ostree/ot-main.c b/src/ostree/ot-main.c index 7b906bfa..c8c3490e 100644 --- a/src/ostree/ot-main.c +++ b/src/ostree/ot-main.c @@ -185,9 +185,6 @@ ostree_run (int argc, } } - help = g_option_context_get_help (context, FALSE, NULL); - g_printerr ("%s", help); - goto out; }