summaryrefslogtreecommitdiff
path: root/usr.bin/cdio
diff options
context:
space:
mode:
authorAleksander Piotrowski <alek@cvs.openbsd.org>2005-01-08 21:16:03 +0000
committerAleksander Piotrowski <alek@cvs.openbsd.org>2005-01-08 21:16:03 +0000
commit137c6fa952d72e61f07b3c51513a78630f358793 (patch)
tree082495e863eb96948b72b0ecefd63244174498e5 /usr.bin/cdio
parent72d8d248e9156231a16f065099f6e06190d5b576 (diff)
New shortcuts for commands device (d) and debug (deb)
go ahead espie@
Diffstat (limited to 'usr.bin/cdio')
-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 },