diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-12-21 15:50:39 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-12-21 15:50:39 +0000 |
commit | 5ff6aedca1fe48b7482982af3948378ebbae8316 (patch) | |
tree | 5e0a5b51f4b9663cf6bf530c526289b554332d79 /usr.bin | |
parent | 08bf10da3c66956365f463b9c0e12e74e9a60bc2 (diff) |
Remove an ambiguiity and make 'e' short for "eject". The short form
for "exit" is still "ex". OK krw@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cdio/cdio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cdio/cdio.c b/usr.bin/cdio/cdio.c index 9a5c4061ff5..8ef527baef8 100644 --- a/usr.bin/cdio/cdio.c +++ b/usr.bin/cdio/cdio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cdio.c,v 1.39 2005/01/22 10:21:26 robert Exp $ */ +/* $OpenBSD: cdio.c,v 1.40 2005/12/21 15:50:38 millert Exp $ */ /* Copyright (c) 1995 Serge V. Vakulenko * All rights reserved. @@ -132,7 +132,7 @@ struct cmdtab { { CMD_VOLUME, "volume", 1, "<l> <r> | left | right | mute | mono | stereo" }, { CMD_CDDB, "cddbinfo", 2, "[n]" }, { CMD_CDID, "cdid", 3, "" }, -{ CMD_QUIT, "exit", 1, "" }, +{ CMD_QUIT, "exit", 2, "" }, { 0, 0, 0, 0} }; |