aboutsummaryrefslogtreecommitdiff
path: root/src/sg_raw.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2018-05-20 02:08:23 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2018-05-20 02:08:23 +0000
commit26e76bf6c671941fec1a8d2b3fb53fcd64993577 (patch)
treecc52a31ff65e1b4affeea6fe117beeb13d30f637 /src/sg_raw.c
parent856fb91355bddbe7a15a9d11334c354d8ee7b6d3 (diff)
downloadsg3_utils-26e76bf6c671941fec1a8d2b3fb53fcd64993577.tar.gz
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
Diffstat (limited to 'src/sg_raw.c')
-rw-r--r--src/sg_raw.c4
1 files changed, 2 insertions, 2 deletions
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"