about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-12-11 11:56:45 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-12-11 11:56:45 +0100
commit46e938b638114dd979656badecb99acbdf65cd4a (patch)
tree37f702e76e4933b7afd81e7842a226973fb1dd8d /src
parent880641528a6261e5009191e20f4816bdb78e17f6 (diff)
downloadprofani-tty-46e938b638114dd979656badecb99acbdf65cd4a.tar.gz
Adapt profanity --help output
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index d2027590..e35a2a1e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -84,7 +84,7 @@ main(int argc, char** argv)
         { "account", 'a', 0, G_OPTION_ARG_STRING, &account_name, "Auto connect to an account on startup" },
         { "log", 'l', 0, G_OPTION_ARG_STRING, &log, "Set logging levels, DEBUG, INFO, WARN (default), ERROR", "LEVEL" },
         { "config", 'c', 0, G_OPTION_ARG_STRING, &config_file, "Use an alternative configuration file", NULL },
-        { "logfile", 'f', 0, G_OPTION_ARG_STRING, &log_file, "Specify log filename", NULL },
+        { "logfile", 'f', 0, G_OPTION_ARG_STRING, &log_file, "Specify log file", NULL },
         { "theme", 't', 0, G_OPTION_ARG_STRING, &theme_name, "Specify theme name", NULL },
         { NULL }
     };