diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2018-03-06 19:09:22 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2018-03-06 19:09:22 +0000 |
| commit | 2ea7e9cca347e4051b650c138055a005ec6f1815 (patch) | |
| tree | 6b3ae9ce912b7c105410a0e9a53a37022313d953 | |
| parent | 03388d1e1d6baca063f1e4583ac4bef365cd4c4b (diff) | |
rename I/O Replay into I/O Riot here as well
| -rw-r--r-- | ioriot/src/defaults.h | 2 | ||||
| -rw-r--r-- | ioriot/src/main.c | 2 |
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)"); |
