bin/main: Remove duplicated usage output on unknown commands

It's been this way for a long time, though not forever; I went
back to v2014.11 as a random choice and it worked then.  Not
going to bother doing a full archive search for this though.
Anyone who wants more context can help themselves.

Closes: https://github.com/ostreedev/ostree/issues/1096

Closes: #1106
Approved by: jlebon
This commit is contained in:
Colin Walters 2017-08-23 13:03:39 -04:00 committed by Atomic Bot
parent 89801dd481
commit 882fa906e2
1 changed files with 0 additions and 3 deletions

View File

@ -185,9 +185,6 @@ ostree_run (int argc,
}
}
help = g_option_context_get_help (context, FALSE, NULL);
g_printerr ("%s", help);
goto out;
}