mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Simplify wording for multiple fields
This commit is contained in:
parent
3a6a452361
commit
51831feae4
1 changed files with 2 additions and 2 deletions
4
rffmpeg
4
rffmpeg
|
|
@ -807,7 +807,7 @@ def run_control(config):
|
|||
@click.argument("host")
|
||||
def rffmpeg_click_remove(host):
|
||||
"""
|
||||
Remove a host with internal ID or IP or hostname or servername HOST from the database.
|
||||
Remove a host with internal ID/IP/hostname/servername HOST from the database.
|
||||
"""
|
||||
try:
|
||||
host = int(host)
|
||||
|
|
@ -873,7 +873,7 @@ def run_control(config):
|
|||
@click.argument("host", required=False, default=None)
|
||||
def rffmpeg_click_log(host):
|
||||
"""
|
||||
Clear all active process and states from the database, optionally limited to a host with internal ID or IP or hostname or servername 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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue