diff --git a/src/main.c b/src/main.c index 9a358f6..5983869 100644 --- a/src/main.c +++ b/src/main.c @@ -86,7 +86,6 @@ main(int argc, char *argv[]) break; case 'h': printf("Usage: eh [OPTION]...\n"); - printf("Demonstrates the cargs library.\n\n"); cag_option_print(options, CAG_ARRAY_SIZE(options), stdout); return EXIT_SUCCESS; case '?':