ref: de5aff13ba41a5f2a14ecf7b0ad3db5843957a96
parent: 6c63f62f39fb93e91d0ac163bd8a3f79872d0ef0
author: Tevo <estevan.cps@gmail.com>
date: Sat Jan 16 22:17:34 EST 2021
Fix bad copy-paste on manpage
--- a/cuesplit.1.man
+++ b/cuesplit.1.man
@@ -2,7 +2,7 @@
.SH NAME
cuesplit \- split cuesheet into separate tracks
.SH SYNOPSYS
-.B cuefs
+.B cuesplit
[
.B -Dv
]
@@ -17,9 +17,7 @@
.I cuesheet
.SH DESCRIPTION
.I Cuesplit
-uses
-.IR cuefs (4)
-to split a given cuesheet into a set of separate files in the current directory. The flags
+splits a given cuesheet into a set of separate files in the current directory. The flags
.IR -D ,
.I -f
and
@@ -38,6 +36,6 @@
.SH SOURCE
git://shithub.us/tevo/cuefs
.SH SEE ALSO
-.IR cuesplit (1)
+.IR cuefs (4)
.SH BUGS
There's currently no way to specify a set of tracks (rather than the entire sheet) to be split off.