aboutsummaryrefslogtreecommitdiff
path: root/sg_requests.c
diff options
context:
space:
mode:
Diffstat (limited to 'sg_requests.c')
-rw-r--r--sg_requests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sg_requests.c b/sg_requests.c
index 1959a96e..e090bab9 100644
--- a/sg_requests.c
+++ b/sg_requests.c
@@ -44,7 +44,7 @@
* This program issues the SCSI command REQUEST SENSE to the given SCSI device.
*/
-static char * version_str = "1.17 20070127";
+static char * version_str = "1.17 20070419";
#define REQUEST_SENSE_BUFF_LEN 252
@@ -158,7 +158,7 @@ int main(int argc, char * argv[])
fprintf(stderr, ME "version: %s\n", version_str);
return 0;
default:
- fprintf(stderr, "unrecognised switch code 0x%x ??\n", c);
+ fprintf(stderr, "unrecognised option code 0x%x ??\n", c);
usage();
return SG_LIB_SYNTAX_ERROR;
}