From 80bb62dbb1aec4465404d859556fe3f130755e3e Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Fri, 16 May 2014 22:51:01 +0000 Subject: other half of the sg_get_category_sense_str() changes git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@578 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- examples/sg_persist_tst.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/sg_persist_tst.sh b/examples/sg_persist_tst.sh index e2640e5c..4d68248b 100755 --- a/examples/sg_persist_tst.sh +++ b/examples/sg_persist_tst.sh @@ -3,7 +3,7 @@ # in the sg3_utils package. This script works as expected on the # author's Fujitsu MAM3184, Seagate ST373455 and ST9146803SS disks. # -# Version 1.7 20140508 +# Version 1.8 20140516 # N.B. make sure the device name is correct for your environment. @@ -31,6 +31,8 @@ while test ! -z "$opt" -a -z "${opt##-*}"; do case "$opt" in h|-help) usage ; exit 0 ;; s|-second) kk=${key2} ;; + vvv) verbose="-vvv" ;; + vv) verbose="-vv" ;; v|-verbose) verbose="-v" ;; *) echo "Unknown option: -$opt " ; exit 1 ;; esac -- cgit v1.2.3