From 26e76bf6c671941fec1a8d2b3fb53fcd64993577 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 20 May 2018 02:08:23 +0000 Subject: sg_sanitize: add --dry-run option; sg_format: extend --wait timeout to 40 hours for disk sizes > 4 TB and 80 hours if > 8 TB git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@773 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- src/sg_raw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sg_raw.c') diff --git a/src/sg_raw.c b/src/sg_raw.c index d480e6d0..209499c1 100644 --- a/src/sg_raw.c +++ b/src/sg_raw.c @@ -37,7 +37,7 @@ #include "sg_pr2serr.h" #include "sg_unaligned.h" -#define SG_RAW_VERSION "0.4.25 (2018-04-25)" +#define SG_RAW_VERSION "0.4.26 (2018-05-19)" #define DEFAULT_TIMEOUT 20 #define MIN_SCSI_CDBSZ 6 @@ -138,7 +138,7 @@ usage() " --skip=KLEN|-k KLEN Skip the first KLEN bytes when " "reading\n" " data to send (default: 0)\n" - " --timeout=SEC|-t SEC Timeout in seconds (default: 20)\n" + " --timeout=SECS|-t SECS Timeout in seconds (default: 20)\n" " --verbose|-v Increase verbosity\n" " --version|-V Show version information and exit\n" "\n" -- cgit v1.2.3