summaryrefslogtreecommitdiffstats
path: root/text-utils/column.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/column.c')
-rw-r--r--text-utils/column.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/column.c b/text-utils/column.c
index b8d31c989..a642d8432 100644
--- a/text-utils/column.c
+++ b/text-utils/column.c
@@ -196,7 +196,7 @@ int main(int argc, char **argv)
xflag = 1;
break;
default:
- usage(EXIT_FAILURE);
+ errtryhelp(EXIT_FAILURE);
}
argc -= optind;
argv += optind;