aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2022-08-09 12:39:37 +0200
committerThomas Voss <mail@thomasvoss.com> 2022-08-09 12:39:37 +0200
commit7a246d591709cf72a3a65dd24ddddbdb7eb9b0dc (patch)
tree2c0596a1c0363d627a0543d23d2243fc03df5058
parent427169e0b4f7e1479f70aa40099f280bca6e2562 (diff)
Fix usage string
-rw-r--r--center.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/center.c b/center.c
index 3192aa5..b91ce95 100644
--- a/center.c
+++ b/center.c
@@ -49,7 +49,7 @@ main(int argc, char **argv)
warnx("Potential overflow of given width");
break;
default:
- fprintf(stderr, "Usage: %s [-e] [-w width]\n", argv[0]);
+ fprintf(stderr, "Usage: %s [-e] [-w width] [file ...]\n", argv[0]);
exit(EXIT_FAILURE);
}
}