Displaying 1 result from an estimated 1 matches for "f0aef71".
Did you mean:
f0ae1fc1
2017 Nov 15
0
vcut(1) and its manpage
...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(_("...