whipper-team / whipper

Python CD-DA ripper preferring accuracy over speed
GNU General Public License v3.0
1.14k stars 90 forks source link

Add man page for accuraterip-checksum #557

Closed baldurmen closed 2 years ago

baldurmen commented 2 years ago

The compiled man page looks like this (but with highlights):

ACCURATERIP-CHECKSUM(1)                                ACCURATERIP-CHECKSUM(1)

NAME
       accuraterip-checksum - Compute the AccurateRip checksum of single track
       WAV files

SYNOPSIS
       accuraterip-checksum [options] <filename> <track_number> <total_tracks>

OPTIONS
       -h | --help
         Show this help message and exit

       --version
         Show version information

       --accuraterip-v1 | --accuraterip-v2
         Explicitly choose AccurateRip checksum version (v2 is the default)

SEE ALSO
       whipper(1)

AUTHOR
       Louis-Philippe Véronneau

                                     2022              ACCURATERIP-CHECKSUM(1)
MerlijnWajer commented 2 years ago

Looks good to me -- should we also build it somewhere?

baldurmen commented 2 years ago

It will be built automatically when make is ran in the man dir.

Your Travis CI scripts already take care of this: https://github.com/whipper-team/whipper/blob/develop/.travis.yml#L50

MerlijnWajer commented 2 years ago

@JoeLametta - lgtm?

JoeLametta commented 2 years ago

Merged, thanks! Sorry for the delay...