Skip to content
Snippets Groups Projects
Commit e70bc120 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Print mini-usage on stderr

parent 1154cc47
No related branches found
No related tags found
No related merge requests found
......@@ -808,7 +808,7 @@ void show_version(void)
void show_mini_usage(void)
{
fprintf(stdout, PACKAGE " - No loadable images specified.\n"
fprintf(stderr, PACKAGE " - No loadable images specified.\n"
"Use " PACKAGE " --help for detailed usage information\n");
exit(1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment