aboutsummaryrefslogtreecommitdiff
path: root/center.c
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-10-08 00:08:23 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-10-08 00:10:53 +0200
commit525fa4a50bc8721397454816ea28c4680d501f06 (patch)
treecc81c0dd98e023e8702fc9842c19c5fc7a54c522 /center.c
parent26c6ade60cd1ff3d9ff76c23b9b7dd4594906eee (diff)
De-verbosify usage
Diffstat (limited to 'center.c')
-rw-r--r--center.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/center.c b/center.c
index 309e17a..610c668 100644
--- a/center.c
+++ b/center.c
@@ -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);