mipops / dvrescue

Archivist-made software that supports data migration from DV tapes into digital files suitable for long-term preservation. Snapshot daily builds are at https://mediaarea.net/download/snapshots/binary/dvrescue/.
BSD 3-Clause "New" or "Revised" License
94 stars 20 forks source link

clarify statusl or fix typo #635

Closed dericed closed 1 year ago

dericed commented 2 years ago

dvresuce -h says:

    --statusl
        Provide the status (playing, stop...) of the input.
        By default device://0 is used.
        Usable only if input is a device.

but

$ dvrescue --statusl
Error: missing value after --statusl.

$ dvrescue --status
stopped

Is statusl a thing or just a typo?