diff options
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); } } |