knik0 / faac

Freeware Advanced Audio Coder faac mirror
https://sourceforge.net/projects/faac/
Other
179 stars 60 forks source link

The --long-help option won't work #1

Closed kamedo2 closed 7 years ago

kamedo2 commented 7 years ago

The --long-help option give me an error. Setting --help-long option works, so it should be a mistake in the manual.

faac-1.29.6-win32\faac --long-help
faac-1.29.6-win32\faac.exe: unknown option -- long-help
Usage: faac [options] infile

Help options:
        --help          Short help on using FAAC
        --long-help     Description of all options for FAAC.
        --license       License terms for FAAC.
        --help-qual     Quality-related options
        --help-io       Input/output options
        --help-mp4      MP4 specific options
        --help-advanced Advanced options, only for testing purposes
knik0 commented 7 years ago

Yes, it's a mistake. The actual option was renamed to --help-long. Thanks for pointing it out.