diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-06 10:07:12 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-06 10:07:12 -0500 | 
| commit | 1d300634c5550043c0b80a22f8665d305ff079f4 (patch) | |
| tree | 87ca3263e2a4a04f33210216842c7f198fc7b30e | |
| parent | 2823057fbbf7dc9d30f66910a950a32ea31ad897 (diff) | |
| download | stasis-1d300634c5550043c0b80a22f8665d305ff079f4.tar.gz | |
Use two spaces instead of a tab character for main program's argument listing.
| -rw-r--r-- | src/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -101,7 +101,7 @@ static void usage(char *progname) {              strcat(opt_short, "  ");          } -        sprintf(tmp, "\t%%-%ds\t%%s\t\t%%s", width + 4); +        sprintf(tmp, "  %%-%ds\t%%s\t\t%%s", width + 4);          sprintf(output, tmp, opt_long, opt_short, long_options_help[x]);          puts(output);      } | 
