mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-19 23:36:08 +01: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:
@@ -14,16 +14,16 @@ tenacity - Graphical cross-platform audio editor
|
|||||||
|
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
|
|
||||||
*-help*
|
*-h --help*
|
||||||
Displays a brief list of command line options.
|
Displays a brief list of command line options.
|
||||||
|
|
||||||
*-version*
|
*-v --version*
|
||||||
Displays the Tenacity version number.
|
Displays the Tenacity version number.
|
||||||
|
|
||||||
*-test*
|
*-t --test*
|
||||||
Runs self diagnostics tests (only present in development builds).
|
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.
|
Sets the Tenacity block size for writing files to disk to nnn bytes.
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
@@ -132,4 +132,3 @@ James Crook, Vaughan Johnson, Leland Lucius, and Markus Meyer,
|
|||||||
but dozens of others have contributed.
|
but dozens of others have contributed.
|
||||||
|
|
||||||
http://www.audacityteam.org/about/credits/
|
http://www.audacityteam.org/about/credits/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user