summaryrefslogtreecommitdiffstats
path: root/text-utils/col.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/col.c')
-rw-r--r--text-utils/col.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/col.c b/text-utils/col.c
index 0823573f4..9b0e23058 100644
--- a/text-utils/col.c
+++ b/text-utils/col.c
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
case 'H':
usage(stdout);
default:
- usage(stderr);
+ errtryhelp(EXIT_FAILURE);
}
if (optind != argc)