remove the extra print from cargs example

This commit is contained in:
2025-09-26 16:00:17 -04:00
parent 67aecfe4ee
commit ee6dfc9ac6

View File

@@ -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 '?':