aboutsummaryrefslogtreecommitdiff
path: root/testing/sg_iovec_tst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sg_iovec_tst.cpp')
-rw-r--r--testing/sg_iovec_tst.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/sg_iovec_tst.cpp b/testing/sg_iovec_tst.cpp
index 3ee728ac..73c6168c 100644
--- a/testing/sg_iovec_tst.cpp
+++ b/testing/sg_iovec_tst.cpp
@@ -114,7 +114,7 @@ usage(void)
" [--skip=SKIP] [--verbose] [--version] "
"SG_DEV OUT_F\n");
printf("where:\n"
- " --async|-a async sg usage (def: use ioctl(SGIO) )\n");
+ " --async|-a async sg usage (def: use ioctl(SG_IO) )\n");
printf(" --bs=BS|-b BS logical block size of SG_DEV (def: 512 "
"bytes)\n");
printf(" --elem_sz=ES|-e ES iovec element size (def: BS bytes)\n");
@@ -126,9 +126,9 @@ usage(void)
printf(" --help|-h this usage message\n");
printf(" --num=NUM|-n NUM number of blocks to read from SG_DEV\n");
printf(" --sgl=SFN|-S SFN Sgl FileName (SFN) that is written to, "
- "with\n"
+ "with\n"
" addresses and lengths having ES as "
- "their unit\n");
+ "their unit\n");
printf(" --sgv4|-4 use the sg v4 interface (def: v3 "
"interface)\n");
printf(" --skip=SKIP|-s SKIP SKIP blocks before reading S_DEV "