|
@@ -430,6 +430,9 @@ int usage_with_options_internal(const char * const *usagestr,
|
|
pos = fprintf(stderr, " ");
|
|
pos = fprintf(stderr, " ");
|
|
if (opts->short_name)
|
|
if (opts->short_name)
|
|
pos += fprintf(stderr, "-%c", opts->short_name);
|
|
pos += fprintf(stderr, "-%c", opts->short_name);
|
|
|
|
+ else
|
|
|
|
+ pos += fprintf(stderr, " ");
|
|
|
|
+
|
|
if (opts->long_name && opts->short_name)
|
|
if (opts->long_name && opts->short_name)
|
|
pos += fprintf(stderr, ", ");
|
|
pos += fprintf(stderr, ", ");
|
|
if (opts->long_name)
|
|
if (opts->long_name)
|