=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/aucat.c,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- src/usr.bin/aucat/aucat.c 2011/10/12 07:20:03 1.120 +++ src/usr.bin/aucat/aucat.c 2011/10/12 12:16:10 1.121 @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.120 2011/10/12 07:20:03 ratchov Exp $ */ +/* $OpenBSD: aucat.c,v 1.121 2011/10/12 12:16:10 jmc Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -85,8 +85,8 @@ "[-w flag] [-x policy] [-z nframes]\n"; char midicat_usage[] = "usage: " PROG_MIDICAT " [-dlM] [-a flag] " - "[-i file] [-L addr] [-s name] [-o file]\n\t" - "[-q port] [-U unit]\n"; + "[-i file] [-L addr] [-o file] [-q port]\n\t" + "[-s name] [-U unit]\n"; /* * SIGINT handler, it raises the quit flag. If the flag is already set,