svn commit: r291724 - head/usr.sbin/camdd
Kenneth D. Merry
ken at FreeBSD.org
Thu Dec 3 22:07:02 UTC 2015
Author: ken
Date: Thu Dec 3 22:07:01 2015
New Revision: 291724
URL: https://svnweb.freebsd.org/changeset/base/291724
Log:
Fix typos in the camdd(8) usage() function output caused by an error in
my diff filter script.
Sponsored by: Spectra Logic
MFC after: 1 week
Modified:
head/usr.sbin/camdd/camdd.c
Modified: head/usr.sbin/camdd/camdd.c
==============================================================================
--- head/usr.sbin/camdd/camdd.c Thu Dec 3 21:25:59 2015 (r291723)
+++ head/usr.sbin/camdd/camdd.c Thu Dec 3 22:07:01 2015 (r291724)
@@ -3205,7 +3205,7 @@ usage(void)
"-o <arg=val> Specify output device/file and parameters\n"
"Input and Output parameters\n"
"pass=name Specify a pass(4) device like pass0 or /dev/pass0\n"
-"file=name Specify a file or device, src/usr.sbin/camdd/camdd.c, /dev/da0, /dev/null\n"
+"file=name Specify a file or device, /tmp/foo, /dev/da0, /dev/null\n"
" or - for stdin/stdout\n"
"bs=blocksize Specify blocksize in bytes, or using K, M, G, etc. suffix\n"
"offset=len Specify starting offset in bytes or using K, M, G suffix\n"
More information about the svn-src-head
mailing list