aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index ac02f1b1..b249a11b 100644
--- a/conf.c
+++ b/conf.c
@@ -139,8 +139,8 @@ conf_t *conf_load(int argc, char *argv[])
conf_free(conf);
return NULL;
} else if (opt == 'V') {
- printf("BitlBee %s\nAPI version %06x\n",
- BITLBEE_VERSION, BITLBEE_VERSION_CODE);
+ printf("BitlBee %s\nAPI version %06x\nConfigure args: %s\n",
+ BITLBEE_VERSION, BITLBEE_VERSION_CODE, BITLBEE_CONFIGURE_ARGS);
conf_free(conf);
return NULL;
} else if (opt == 'u') {