fix replaybuffer docstring

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

View File

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online> # SPDX-FileCopyrightText: 2025-present onyx-and-iris <code@onyxandiris.online>
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
__version__ = '0.24.9' __version__ = '0.24.10'

View File

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