summaryrefslogtreecommitdiff
path: root/usr.bin/cdio/cdio.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2009-06-09 22:20:45 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2009-06-09 22:20:45 +0000
commit9695c1882c815a36a6242b022a13d29eacd931f1 (patch)
treee0013cdcf83a6c5b81661c72d15d4e930201f1b0 /usr.bin/cdio/cdio.c
parent4df9419db4dd27af9171f1a462f4709c166ff01d (diff)
try to get "play" right; help/ok naddy
Diffstat (limited to 'usr.bin/cdio/cdio.c')
-rw-r--r--usr.bin/cdio/cdio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/cdio/cdio.c b/usr.bin/cdio/cdio.c
index 124371f3056..00bfb3c027b 100644
--- a/usr.bin/cdio/cdio.c
+++ b/usr.bin/cdio/cdio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cdio.c,v 1.70 2009/06/03 00:45:59 naddy Exp $ */
+/* $OpenBSD: cdio.c,v 1.71 2009/06/09 22:20:44 jmc Exp $ */
/* Copyright (c) 1995 Serge V. Vakulenko
* All rights reserved.
@@ -129,8 +129,8 @@ struct cmdtab {
{ CMD_INFO, "info", 1, "" },
{ CMD_NEXT, "next", 1, "" },
{ CMD_PAUSE, "pause", 2, "" },
-{ CMD_PLAY, "play", 1, "[track1[.index1]] track2[.index2]" },
-{ CMD_PLAY, "play", 1, "[tr1] m1:s1[.f1] [tr2] [m2:s2[.f2]]" },
+{ CMD_PLAY, "play", 1, "[track1[.index1] [track2[.index2]]]" },
+{ CMD_PLAY, "play", 1, "[[tr1] m1:s1[.f1] [tr2] [m2:s2[.f2]]]" },
{ CMD_PLAY, "play", 1, "[#block [len]]" },
{ CMD_PREV, "previous", 2, "" },
{ CMD_QUIT, "quit", 1, "" },