summaryrefslogtreecommitdiffstats
path: root/usr.bin/cdio/cdio.c
diff options
context:
space:
mode:
authoralek <alek@openbsd.org>2005-01-08 21:16:02 +0000
committeralek <alek@openbsd.org>2005-01-08 21:16:02 +0000
commitc934c33362bb711a4b9d56bde203d94eadff637e (patch)
treea379b6591c6c886d6849cbf321665db8e6ae7529 /usr.bin/cdio/cdio.c
parentUnslack and increase AUTHNAMELEN, since some ISP's prefer long usernames. (diff)
downloadwireguard-openbsd-c934c33362bb711a4b9d56bde203d94eadff637e.tar.xz
wireguard-openbsd-c934c33362bb711a4b9d56bde203d94eadff637e.zip
New shortcuts for commands device (d) and debug (deb)
go ahead espie@
Diffstat (limited to 'usr.bin/cdio/cdio.c')
-rw-r--r--usr.bin/cdio/cdio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cdio/cdio.c b/usr.bin/cdio/cdio.c
index b36c1dc6fd3..8a5d986fe26 100644
--- a/usr.bin/cdio/cdio.c
+++ b/usr.bin/cdio/cdio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cdio.c,v 1.36 2005/01/04 18:30:38 moritz Exp $ */
+/* $OpenBSD: cdio.c,v 1.37 2005/01/08 21:16:02 alek Exp $ */
/* Copyright (c) 1995 Serge V. Vakulenko
* All rights reserved.
@@ -109,7 +109,7 @@ struct cmdtab {
char *args;
} cmdtab[] = {
{ CMD_CLOSE, "close", 1, "" },
-{ CMD_DEBUG, "debug", 1, "on | off" },
+{ CMD_DEBUG, "debug", 3, "on | off" },
{ CMD_DEVICE, "device", 1, "devname" },
{ CMD_EJECT, "eject", 1, "" },
{ CMD_HELP, "?", 1, 0 },