aboutsummaryrefslogtreecommitdiff
path: root/testing/sg_mrq_dd.cpp
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-04-08 01:08:07 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-04-08 01:08:07 +0000
commit7901cc4a6d580fddd88afccd8096cf292048db0b (patch)
tree6b08eb4d8a2465486aa1b81a34261f8e06f6a998 /testing/sg_mrq_dd.cpp
parent3eca65ae2a191c8a94138c4dea4286a9a9011ff0 (diff)
downloadsg3_utils-7901cc4a6d580fddd88afccd8096cf292048db0b.tar.gz
tweaking utilities in testing directory
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@894 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'testing/sg_mrq_dd.cpp')
-rw-r--r--testing/sg_mrq_dd.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/sg_mrq_dd.cpp b/testing/sg_mrq_dd.cpp
index 832a21a1..49f027ae 100644
--- a/testing/sg_mrq_dd.cpp
+++ b/testing/sg_mrq_dd.cpp
@@ -30,7 +30,7 @@
*
*/
-static const char * version_str = "1.25 20210331";
+static const char * version_str = "1.26 20210402";
#define _XOPEN_SOURCE 600
#ifndef _GNU_SOURCE
@@ -879,10 +879,11 @@ usage(int pg_num)
" null,sync]\n"
" count number of blocks to copy (def: device size)\n"
" if file or device to read from (def: stdin)\n"
- " iflag comma separated list from: [coe,dio,"
+ " iflag comma separated list from: [00,coe,dio,"
"direct,dpo,\n"
- " dsync,excl,fua,masync,mmap,nodur,\n"
- " null,order,qtail,serial,wq_excl]\n"
+ " dsync,excl,ff,fua,masync,mmap,nodur,null,"
+ "order,\n"
+ " qhead,qtail,random,serial,wq_excl]\n"
" of file or device to write to (def: /dev/null "
"N.B. different\n"
" from dd it defaults to stdout). If 'of=.' "