summaryrefslogtreecommitdiffstats
path: root/usr.sbin/camdd
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>2015-12-03 22:07:01 +0000
committerken <ken@FreeBSD.org>2015-12-03 22:07:01 +0000
commitec5c45ed2df2c81be8ea588fd205de50fc65b24e (patch)
treeb36bb2db74dcd5077e44407f9057e5bc584a9e31 /usr.sbin/camdd
parent9bbdf91074318d5e344c9c3a15c2a3cc8a6a9f0c (diff)
downloadFreeBSD-src-ec5c45ed2df2c81be8ea588fd205de50fc65b24e.zip
FreeBSD-src-ec5c45ed2df2c81be8ea588fd205de50fc65b24e.tar.gz
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
Diffstat (limited to 'usr.sbin/camdd')
-rw-r--r--usr.sbin/camdd/camdd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/camdd/camdd.c b/usr.sbin/camdd/camdd.c
index b34e472..573214e 100644
--- a/usr.sbin/camdd/camdd.c
+++ b/usr.sbin/camdd/camdd.c
@@ -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"
OpenPOWER on IntegriCloud