diff options
author | Thomas Voss <mail@thomasvoss.com> | 2022-08-09 12:39:37 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2022-08-09 12:39:37 +0200 |
commit | 7a246d591709cf72a3a65dd24ddddbdb7eb9b0dc (patch) | |
tree | 2c0596a1c0363d627a0543d23d2243fc03df5058 /center.c | |
parent | 427169e0b4f7e1479f70aa40099f280bca6e2562 (diff) |
Fix usage string
Diffstat (limited to 'center.c')
-rw-r--r-- | center.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } } |