diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-10-08 00:08:23 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-10-08 00:10:53 +0200 |
commit | 525fa4a50bc8721397454816ea28c4680d501f06 (patch) | |
tree | cc81c0dd98e023e8702fc9842c19c5fc7a54c522 /center.c | |
parent | 26c6ade60cd1ff3d9ff76c23b9b7dd4594906eee (diff) |
De-verbosify usage
Diffstat (limited to 'center.c')
-rw-r--r-- | center.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ main(int argc, char **argv) default: fprintf( stderr, - "Usage: %s [-el] [-t tab width] [-w width] [file ...]\n", + "Usage: %s [-el] [-t width] [-w width] [file ...]\n", argv[0] ); exit(EXIT_FAILURE); |