diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-30 06:37:15 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-30 06:37:15 +0000 |
| commit | 3b5ec5aa63cbd8c708d20e511ba4321c58b3a902 (patch) | |
| tree | 176c286ed65ebb01ac280624ecdf8b2d9d898164 /usr.bin/column | |
| parent | 8805157f391287adb120743768b18d4608442942 (diff) | |
Notes
Diffstat (limited to 'usr.bin/column')
| -rw-r--r-- | usr.bin/column/column.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/column/column.c b/usr.bin/column/column.c index 06fc3f86c463..cf8c7a92f5e0 100644 --- a/usr.bin/column/column.c +++ b/usr.bin/column/column.c @@ -300,6 +300,6 @@ usage() { (void)fprintf(stderr, - "usage: column [-tx] [-c columns] [file ...]\n"); + "usage: column [-tx] [-c columns] [-s sep] [file ...]\n"); exit(1); } |
