mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 23:29:41 +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:
parent
3d7de4f2c7
commit
047b6be089
@ -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/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user