diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2005-01-22 10:21:27 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2005-01-22 10:21:27 +0000 |
commit | b129183289440c2b418f3920a8f8fbef7bacafd7 (patch) | |
tree | cdce49c770c02c34aa9a08b7e1d13b45acc3fde7 /usr.bin/cdio/cdio.c | |
parent | 89dd9808ad23fa5aa012ef977cce8e4b037524a6 (diff) |
add an exit command as an alias of quit; ok henning@
Diffstat (limited to 'usr.bin/cdio/cdio.c')
-rw-r--r-- | usr.bin/cdio/cdio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cdio/cdio.c b/usr.bin/cdio/cdio.c index 7e8e46cc9cf..9a5c4061ff5 100644 --- a/usr.bin/cdio/cdio.c +++ b/usr.bin/cdio/cdio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cdio.c,v 1.38 2005/01/09 11:02:32 alek Exp $ */ +/* $OpenBSD: cdio.c,v 1.39 2005/01/22 10:21:26 robert Exp $ */ /* Copyright (c) 1995 Serge V. Vakulenko * All rights reserved. @@ -132,6 +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, "" }, { 0, 0, 0, 0} }; |