about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-06-22 12:45:25 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-06-22 13:05:02 +0200
commit5c0c386ffa8cc0580f1e92250081f730ff3dc930 (patch)
tree408c6a5ec285ee5fdd72dd50511ef56b2c3b3587
parent3f26dd6be98eca05d429693fe54eb38713af72ff (diff)
downloadprofani-tty-5c0c386ffa8cc0580f1e92250081f730ff3dc930.tar.gz
Correct default log maxsize in help
This was changed in c4d7f1c29 from 1MB to 10MB.
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 8c8143fe..98a74314 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1891,7 +1891,7 @@ static struct cmd_t command_defs[] = {
       CMD_ARGS(
               { "where", "Show the current log file location." },
               { "rotate on|off", "Rotate log, default on. Does not take effect if you specified a filename yourself when starting Profanity." },
-              { "maxsize <bytes>", "With rotate enabled, specifies the max log size, defaults to 1048580 (1MB)." },
+              { "maxsize <bytes>", "With rotate enabled, specifies the max log size, defaults to 10485760 (10MB)." },
               { "shared on|off", "Share logs between all instances, default: on. When off, the process id will be included in the log filename. Does not take effect if you specified a filename yourself when starting Profanity." },
               {"level INFO|DEBUG|WARN|EFFOR", "Set the log level. Default is INFO. Only works with default log file, not with user provided log file during startup via -f." })
       CMD_NOEXAMPLES