diff options
Diffstat (limited to 'src/irmd/main.c')
-rw-r--r-- | src/irmd/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irmd/main.c b/src/irmd/main.c index 2de244b7..6e7e3d15 100644 --- a/src/irmd/main.c +++ b/src/irmd/main.c @@ -2763,7 +2763,7 @@ static int irm_init(void) static void usage(void) { printf("Usage: irmd \n" -#ifdef OUROBOROS_CONFIG_INI +#ifdef HAVE_TOML " [--config <path> (Path to configuration file)]\n" #endif " [--stdout (Log to stdout instead of system log)]\n" |