fold: Fix usage and manpage for -width

This commit is contained in:
sin
2015-03-05 08:15:23 +00:00
parent eca23e5308
commit cb04864692
2 changed files with 7 additions and 10 deletions

2
fold.c
View File

@@ -65,7 +65,7 @@ fold(FILE *fp, size_t width)
static void
usage(void)
{
eprintf("usage: %s [-bs] [-w width] [-N] [FILE...]\n", argv0);
eprintf("usage: %s [-bs] [-w width | -width] [FILE...]\n", argv0);
}
int