remove the extra print from cargs example
This commit is contained in:
parent
67aecfe4ee
commit
ee6dfc9ac6
1 changed files with 0 additions and 1 deletions
|
|
@ -86,7 +86,6 @@ main(int argc, char *argv[])
|
||||||
break;
|
break;
|
||||||
case 'h':
|
case 'h':
|
||||||
printf("Usage: eh [OPTION]...\n");
|
printf("Usage: eh [OPTION]...\n");
|
||||||
printf("Demonstrates the cargs library.\n\n");
|
|
||||||
cag_option_print(options, CAG_ARRAY_SIZE(options), stdout);
|
cag_option_print(options, CAG_ARRAY_SIZE(options), stdout);
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
case '?':
|
case '?':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue