Skip to content

Commit

Permalink
Properly align print_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
4G3NT committed Nov 18, 2023
1 parent fbeca5d commit ae82b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tldr.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ void print_usage(char const *arg){
/* *INDENT-OFF* */
fprintf(stdout, out, arg);
fprintf(stdout, "available commands:\n");
fprintf(stdout, " %-20s %-30s\n", "-C, --color", "force color display");
fprintf(stdout, " %-23s %s\n", "-C, --color", "force color display");
fprintf(stdout, " %-23s %s\n", "-h, --help", "print this help and exit");
fprintf(stdout, " %-23s %s\n", "-p, --platform=PLATFORM",
"select platform, supported are linux / osx / sunos / windows / common");
Expand Down

0 comments on commit ae82b4f

Please # to comment.