about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-12-11 11:33:34 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-12-11 11:33:34 +0100
commit0277ffe6ae69d0e3b417d7b89abbf801f27478a3 (patch)
tree91b7c0bdba2a717871170e8759863f60c05b08a7 /src/command
parent57666bcb77f0c6aa26cd8647572a0f8349e335c5 (diff)
downloadprofani-tty-0277ffe6ae69d0e3b417d7b89abbf801f27478a3.tar.gz
Only rotate logs if user didn't specify a log file
Diffstat (limited to 'src/command')
-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 03e1d4be..e876b647 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1857,7 +1857,7 @@ static struct cmd_t command_defs[] = {
               "Manage profanity log settings.")
       CMD_ARGS(
               { "where", "Show the current log file location." },
-              { "rotate on|off", "Rotate log, default on." },
+              { "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)." },
               { "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." })
       CMD_NOEXAMPLES