aboutsummaryrefslogtreecommitdiff
path: root/src/sg_format.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-08-13 05:24:09 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-08-13 05:24:09 +0000
commita059c857494382bb900dc23474b31c654017e461 (patch)
treec8738fed0dc06aa9a0e0f1c6cf472166ff7255b9 /src/sg_format.c
parent9236f11e7389ec4658b06b3835ad4a6cceca9d50 (diff)
downloadsg3_utils-a059c857494382bb900dc23474b31c654017e461.tar.gz
apply most patches from sg3_utils-1.42-6.fc29.src*; sg_get_lba_status fixes; doco
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@786 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_format.c')
-rw-r--r--src/sg_format.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sg_format.c b/src/sg_format.c
index 7c34b43f..ab19a8a8 100644
--- a/src/sg_format.c
+++ b/src/sg_format.c
@@ -38,7 +38,7 @@
#include "sg_pr2serr.h"
#include "sg_pt.h"
-static const char * version_str = "1.52 20180723";
+static const char * version_str = "1.53 20180809";
#define RW_ERROR_RECOVERY_PAGE 1 /* can give alternate with --mode=MP */
@@ -156,7 +156,7 @@ usage()
"[--pinfo]\n"
" [--poll=PT] [--quick] [--resize] [--rto_req] "
"[--security]\n"
- " [--six] [--size=SIZE] [--tape=FM] "
+ " [--six] [--size=LB_SZ] [--tape=FM] "
"[--timeout=SECS] [--verbose]\n"
" [--verify] [--version] [--wait] DEVICE\n"
" where:\n"
@@ -209,7 +209,7 @@ usage()
" --six|-6 use 6 byte MODE SENSE/SELECT to probe "
"disk\n"
" (def: use 10 byte MODE SENSE/SELECT)\n"
- " --size=SIZE|-s SIZE bytes per logical block, "
+ " --size=LB_SZ|-s LB_SZ bytes per logical block, "
"defaults to DEVICE's\n"
" current logical block size. Only "
"needed to\n"