Give the app more space

SVN revision: 10072
This commit is contained in:
handyande 2004-05-05 14:20:43 +00:00 committed by handyande
parent 959b86ab63
commit 605f23cf8b
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ ecore_config_args_display(void)
if (__ecore_config_app_description)
printf("%s\n\n", __ecore_config_app_description);
printf("Supported Options:\n");
printf(" -h, --help\t Print this text\n");
printf(" -h, --help\t Print this text\n");
if (!__ecore_config_bundle_local) return;
props = __ecore_config_bundle_local->data;
while (props)
@ -127,7 +127,7 @@ ecore_config_args_display(void)
props = props->next;
continue;
}
printf(" %c%c%c --%s\t <%s> %s\n", props->short_opt?'-':' ',
printf(" %c%c%c --%s\t<%s> %s\n", props->short_opt?'-':' ',
props->short_opt?props->short_opt:' ', props->short_opt?',':' ',
props->long_opt?props->long_opt:props->key,
_ecore_config_short_types[props->type],