aboutsummaryrefslogtreecommitdiff
path: root/src/sg_reset.c
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2022-03-09 15:52:27 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2022-03-09 15:52:27 +0000
commit6498c8fa92b6ecfce411679af47064a6fd80ff33 (patch)
tree3a9ff8d3f4117965d82fe9105949e23dae93a023 /src/sg_reset.c
parentd4e94e36b445985f8618ed048c98787ad0edfdf1 (diff)
downloadsg3_utils-6498c8fa92b6ecfce411679af47064a6fd80ff33.tar.gz
sg_logs: add --exclude and --undefined options, improve 'last_n' log pages; add inhex/logs_last_n.hex
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@942 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'src/sg_reset.c')
-rw-r--r--src/sg_reset.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sg_reset.c b/src/sg_reset.c
index d2cb2488..739a7f2d 100644
--- a/src/sg_reset.c
+++ b/src/sg_reset.c
@@ -1,5 +1,5 @@
/* A utility program originally written for the Linux OS SCSI subsystem.
- * Copyright (C) 1999-2020 D. Gilbert
+ * Copyright (C) 1999-2022 D. Gilbert
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
@@ -33,7 +33,7 @@
#define ME "sg_reset: "
-static const char * version_str = "0.67 20200501";
+static const char * version_str = "0.68 20220308";
#ifndef SG_SCSI_RESET
#define SG_SCSI_RESET 0x2284
@@ -107,7 +107,7 @@ usage(int compat_mode)
}
pr2serr(" --no-esc|-N overrides default action and only does "
"reset requested\n"
- " --no-escalate The same as --no-esc|-N"
+ " --no-escalate The same as --no-esc|-N\n"
" --target|-t target reset. The target holds the DEVICE "
"and perhaps\n"
" other LUs\n"