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
This commit is contained in:
Kenneth D. Merry 2015-12-03 22:07:01 +00:00
parent 4cce0e9868
commit 52c98bc2fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291724

View file

@ -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"