aboutsummaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2021-03-03 20:46:45 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2021-03-03 20:46:45 +0000
commit19b5bcdaf6a28ec9d8c08009ddbbbffefa91d692 (patch)
treee23193669a9ce25b666a7174e4abe49cdd934269 /testing
parentc85bc94aab90ec84da455d0c84449c7d747647f5 (diff)
downloadsg3_utils-19b5bcdaf6a28ec9d8c08009ddbbbffefa91d692.tar.gz
sg_ses: add --all (-a) option, same action as --join; another freebsd fix
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@878 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'testing')
-rw-r--r--testing/sg_chk_asc.c8
-rw-r--r--testing/sg_tst_nvme.c6
2 files changed, 7 insertions, 7 deletions
diff --git a/testing/sg_chk_asc.c b/testing/sg_chk_asc.c
index a7844441..8e26e3bc 100644
--- a/testing/sg_chk_asc.c
+++ b/testing/sg_chk_asc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2019 Douglas Gilbert.
+ * Copyright (c) 2006-2021 Douglas Gilbert.
* All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the BSD_LICENSE file.
@@ -27,7 +27,7 @@
* http://www.t10.org/lists/asc-num.txt
*/
-static const char * version_str = "1.08 20191014";
+static const char * version_str = "1.09 20210226";
#define MAX_LINE_LEN 1024
@@ -53,8 +53,8 @@ static void usage()
" --verbose|-v increase verbosity\n"
" --version|-V print version string and exit\n\n"
"Checks asc/ascq codes in <asc_ascq_file> against the sg3_utils "
- "library.\nThe additional sense code (asc_ascq) can be found at\n"
- "www.t10.org/lists/asc-num.txt .\n"
+ "library.\nThe additional sense codes (asc_ascq) can be found "
+ "at\nwww.t10.org/lists/asc-num.txt .\n"
);
}
diff --git a/testing/sg_tst_nvme.c b/testing/sg_tst_nvme.c
index 08bd0314..1adbfdef 100644
--- a/testing/sg_tst_nvme.c
+++ b/testing/sg_tst_nvme.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019 Douglas Gilbert
+ * Copyright (c) 2018-2021 Douglas Gilbert
* All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the BSD_LICENSE file.
@@ -39,7 +39,7 @@
#include "sg_unaligned.h"
#include "sg_pr2serr.h"
-static const char * version_str = "1.06 20190113";
+static const char * version_str = "1.07 20210225";
#define ME "sg_tst_nvme: "
@@ -116,7 +116,7 @@ static int next_dev_name_pos = 0;
static void
usage()
{
- pr2serr("Usage: sg_tst_nvme [--ctl] [dev-id] [--help] [--long] "
+ pr2serr("Usage: sg_tst_nvme [--ctl] [--dev-id] [--help] [--long] "
"[--maxlen=LEN]\n"
" [--nsid=ID] [--self-test=ST] [--to-ms=TO] "
"[--verbose]\n"