Module Name:    src
Committed By:   wiz
Date:           Wed Dec 29 18:49:41 UTC 2010

Modified Files:
        src/usr.bin/audio/record: record.c

Log Message:
Sort usage.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/audio/record/record.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/audio/record/record.c
diff -u src/usr.bin/audio/record/record.c:1.49 src/usr.bin/audio/record/record.c:1.50
--- src/usr.bin/audio/record/record.c:1.49	Wed Dec 29 14:38:55 2010
+++ src/usr.bin/audio/record/record.c	Wed Dec 29 18:49:41 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: record.c,v 1.49 2010/12/29 14:38:55 jmcneill Exp $	*/
+/*	$NetBSD: record.c,v 1.50 2010/12/29 18:49:41 wiz Exp $	*/
 
 /*
  * Copyright (c) 1999, 2002, 2003, 2005, 2010 Matthew R. Green
@@ -32,7 +32,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: record.c,v 1.49 2010/12/29 14:38:55 jmcneill Exp $");
+__RCSID("$NetBSD: record.c,v 1.50 2010/12/29 18:49:41 wiz Exp $");
 #endif
 
 
@@ -779,8 +779,8 @@
 	fprintf(stderr, "Usage: %s [-afhqV] [options] {files ...|-}\n",
 	    getprogname());
 	fprintf(stderr, "Options:\n\t"
-	    "-b balance (0-63)\n\t"
 	    "-B buffer size\n\t"
+	    "-b balance (0-63)\n\t"
 	    "-c channels\n\t"
 	    "-d audio device\n\t"
 	    "-e encoding\n\t"

Reply via email to