diff options
Diffstat (limited to 'usr.bin/aucat')
-rw-r--r-- | usr.bin/aucat/aucat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c index cc4121b04cc..87618c9cbba 100644 --- a/usr.bin/aucat/aucat.c +++ b/usr.bin/aucat/aucat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.113 2011/04/28 06:19:57 ratchov Exp $ */ +/* $OpenBSD: aucat.c,v 1.114 2011/05/10 06:26:34 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -917,7 +917,7 @@ midicat_main(int argc, char **argv) cd->path = NULL; - while ((c = getopt(argc, argv, "di:o:ls:q:U:")) != -1) { + while ((c = getopt(argc, argv, "di:o:ls:q:U:L:")) != -1) { switch (c) { case 'd': #ifdef DEBUG |