From f7d244cc07d6518a4ec31d955a31e3fe99b00ea9 Mon Sep 17 00:00:00 2001 From: dd Date: Fri, 11 May 2001 23:53:46 +0000 Subject: Document the -h option. --- usr.bin/col/col.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/col/col.c') diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 0d78d70..dfa15af 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -530,7 +530,7 @@ void usage() { - (void)fprintf(stderr, "usage: col [-bfx] [-l nline]\n"); + (void)fprintf(stderr, "usage: col [-bfhx] [-l nline]\n"); exit(1); } -- cgit v1.1