Skip to content
Snippets Groups Projects
Commit 27149f80 authored by Moe Jette's avatar Moe Jette
Browse files

tweak formatting of --helpformat output for better allignment

parent 19bc4fa8
No related branches found
No related tags found
No related merge requests found
......@@ -63,10 +63,10 @@ void _help_fields_msg(void)
for (i = 0; fields[i].name; i++) {
if (i & 3)
printf(" ");
printf(" ");
else if(i)
printf("\n");
printf("%-12s", fields[i].name);
printf("%-13s", fields[i].name);
}
printf("\n");
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment