Commit 95a15752 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Be consistent wrt usage output

parent d61d82ee
......@@ -69,7 +69,7 @@ usage(int status)
fprintf(stderr, "Usage: %s <options>\n\n", progname);
fprintf(stderr, "Options:\n");
for (opt = vopt_spec.vopt_usage; *opt != NULL; opt += 2)
fprintf(stderr, " %-25s %s\n", *opt, *(opt + 1));
fprintf(stderr, " %-25s %s\n", *opt, *(opt + 1));
exit(status);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment