summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ioriot/src/defaults.h2
-rw-r--r--ioriot/src/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ioriot/src/defaults.h b/ioriot/src/defaults.h
index fba5a83..c0833c8 100644
--- a/ioriot/src/defaults.h
+++ b/ioriot/src/defaults.h
@@ -28,7 +28,7 @@
/** Controls how many tasks can be queued and buffered per worker thread */
#define TASK_BUFFER_PER_THREAD 512
/** Version of I/O Riot */
-#define IORIOT_VERSION "0.3"
+#define IORIOT_VERSION "0.4-develop"
/** Copyright information */
#define IORIOT_COPYRIGHT "Mimecast 2017, 2018 (c)"
/** Max open files resource user limit */
diff --git a/ioriot/src/main.c b/ioriot/src/main.c
index 461711b..c987fe3 100644
--- a/ioriot/src/main.c
+++ b/ioriot/src/main.c
@@ -100,7 +100,7 @@ static void _print_help(void)
Put("\t-S STATSFILE Write a stats file at the end of a test");
Put("\t-T Trash data directories");
Put("\t-P Purge all trash directories of all tests)");
- Put("\t-V Print I/O replay program version");
+ Put("\t-V Print I/O Riot program version");
Put("\t-w WD_BASE The working directory's base path");
Put("\t (default: /usr/local/ioriot)");
Put("\t-x PID To specify a process ID (in conjunction with -c)");