From 0277ffe6ae69d0e3b417d7b89abbf801f27478a3 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 11 Dec 2020 11:33:34 +0100 Subject: Only rotate logs if user didn't specify a log file --- src/command/cmd_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command') 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 ", "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 -- cgit 1.4.1-2-gfad0 k K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats