From 2ea7e9cca347e4051b650c138055a005ec6f1815 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 6 Mar 2018 19:09:22 +0000 Subject: rename I/O Replay into I/O Riot here as well --- ioriot/src/defaults.h | 2 +- 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)"); -- cgit v1.2.3