summaryrefslogtreecommitdiff
path: root/bin/chio/chio.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2021-06-26 15:42:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2021-06-26 15:42:59 +0000
commit0d896b73af67cc35b78bc3540c77e5dc5ac8894f (patch)
treea8eff6d16237a39edeb5424d5c36f6a7f45756ca /bin/chio/chio.c
parent29fcedae20d056013092e1cebe4bfc05f7ed2686 (diff)
delete extra explanations in the usage: messages which are described
far better in the manual pages ok jmc
Diffstat (limited to 'bin/chio/chio.c')
-rw-r--r--bin/chio/chio.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/chio/chio.c b/bin/chio/chio.c
index bbf221a0019..bec50cb4683 100644
--- a/bin/chio/chio.c
+++ b/bin/chio/chio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chio.c,v 1.26 2019/06/28 13:34:58 deraadt Exp $ */
+/* $OpenBSD: chio.c,v 1.27 2021/06/26 15:42:58 deraadt Exp $ */
/* $NetBSD: chio.c,v 1.1.1.1 1996/04/03 00:34:38 thorpej Exp $ */
/*
@@ -835,9 +835,5 @@ usage(void)
fprintf(stderr, "usage: %s [-f changer] command [arg ...]\n",
__progname);
- fprintf(stderr, "commands:");
- for (i = 0; commands[i].cc_name; i++)
- fprintf(stderr, " %s", commands[i].cc_name);
- fprintf(stderr, "\n");
exit(1);
}