Give the app more space
authorhandyande <handyande>
Wed, 5 May 2004 14:20:43 +0000 (14:20 +0000)
committerhandyande <handyande@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 5 May 2004 14:20:43 +0000 (14:20 +0000)
SVN revision: 10072

legacy/ecore/src/lib/ecore_config/convenience.c

index 202a8a8..f7f880b 100644 (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],