aboutsummaryrefslogtreecommitdiff
path: root/sg_readcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sg_readcap.c')
-rw-r--r--sg_readcap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sg_readcap.c b/sg_readcap.c
index 76f08134..dcea4956 100644
--- a/sg_readcap.c
+++ b/sg_readcap.c
@@ -25,7 +25,7 @@
*/
-static char * version_str = "3.81 20070129";
+static char * version_str = "3.81 20070419";
#define ME "sg_readcap: "
@@ -187,7 +187,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();