aboutsummaryrefslogtreecommitdiff
path: root/sg_senddiag.c
diff options
context:
space:
mode:
Diffstat (limited to 'sg_senddiag.c')
-rw-r--r--sg_senddiag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sg_senddiag.c b/sg_senddiag.c
index 1b354219..3c843f21 100644
--- a/sg_senddiag.c
+++ b/sg_senddiag.c
@@ -21,7 +21,7 @@
the SCSI RECEIVE DIAGNOSTIC command to list supported diagnostic pages.
*/
-static char * version_str = "0.34 20070127";
+static char * version_str = "0.34 20070419";
#define ME "sg_senddiag: "
@@ -193,7 +193,7 @@ static int process_cl_new(struct opts_t * optsp, int argc, char * argv[])
++optsp->do_version;
break;
default:
- fprintf(stderr, "unrecognised switch code %c [0x%x]\n", c, c);
+ fprintf(stderr, "unrecognised option code %c [0x%x]\n", c, c);
if (optsp->do_help)
break;
usage();