fix replaybuffer docstring

patch bump
This commit is contained in:
2026-03-28 22:22:07 +00:00
parent 65b4142692
commit 70207c98a0
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ app = typer.Typer()
@app.callback()
def main():
"""Control profiles in OBS."""
"""Control the replay buffer in OBS."""
@app.command('start')