aboutsummaryrefslogtreecommitdiff
path: root/sg_turs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sg_turs.c')
-rw-r--r--sg_turs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sg_turs.c b/sg_turs.c
index b8dcb340..3e19e23b 100644
--- a/sg_turs.c
+++ b/sg_turs.c
@@ -24,7 +24,7 @@
*/
-static char * version_str = "3.26 20070127";
+static char * version_str = "3.26 20070419";
#if defined(MSC_VER) || defined(__MINGW32__)
#define HAVE_MS_SLEEP
@@ -147,7 +147,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();