1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 15:19:44 +02:00

Fix command line options in man page

Man should match tenacity --help output and be posix compliant
for long and short options.

Signed-off-by: Mike Evans <mikee@saxicola.co.uk>
This commit is contained in:
Mike Evans 2021-07-25 09:28:04 +01:00 committed by GitHub
parent 3d7de4f2c7
commit 047b6be089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,16 +14,16 @@ tenacity - Graphical cross-platform audio editor
# OPTIONS
*-help*
*-h --help*
Displays a brief list of command line options.
*-version*
*-v --version*
Displays the Tenacity version number.
*-test*
*-t --test*
Runs self diagnostics tests (only present in development builds).
*-blocksize nnn*
*-b --blocksize nnn*
Sets the Tenacity block size for writing files to disk to nnn bytes.
# DESCRIPTION
@ -132,4 +132,3 @@ James Crook, Vaughan Johnson, Leland Lucius, and Markus Meyer,
but dozens of others have contributed.
http://www.audacityteam.org/about/credits/