search for: fd23c0e

Displaying 1 result from an estimated 1 matches for "fd23c0e".

Did you mean: 9d24c0e
2017 Nov 15
0
vcut(1) and its manpage
....Sq + . +If one of the output file names is given as +.Sq \&. , +the corresponding file is not created. +.Sh AUTHORS +.An Michael Smith Aq Mt msmith at xiph.org +wrote +.Nm +and +.An Christoper L Cheney Aq Mt ccheney at debian.org +wrote the manpage. diff --git a/vcut/vcut.c b/vcut/vcut.c index fd23c0e..f0aef71 100644 --- a/vcut/vcut.c +++ b/vcut/vcut.c @@ -266,7 +266,7 @@ int main(int argc, char **argv) if(argc<5) { printf(_("Usage: vcut infile.ogg outfile1.ogg" - " outfile2.ogg [cutpoint | +cuttime]\n")); + " outfile2.ogg [+]cutpoint\n")); printf...