From bfa55a9370436ed262a2364913ce10ebe8177e8a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 13 Jan 2023 15:03:43 -0500 Subject: [PATCH] Re-add erroneously removed newline --- rffmpeg | 1 + 1 file changed, 1 insertion(+) diff --git a/rffmpeg b/rffmpeg index 80bf951..14ac503 100755 --- a/rffmpeg +++ b/rffmpeg @@ -909,6 +909,7 @@ def run_control(config): def rffmpeg_click_log(host): """ Clear all active process and states from the database, optionally limited to a host with internal ID/IP/hostname/servername HOST. + This command is designed to assist in rare error cases whereby stuck process states are present in the database, and should be used sparingly. This will not affect running processes negatively, though rffmpeg will no longer see them as active. It is recommended to run this command only when you are sure that no processes are actually running. """ with dbconn(config) as cur: