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