From: <eriks@debian.org>
Description: Added a sleep to give cerr a chance to flush. The help message
will not be complete otherwise.

diff -urNad dvgrab-3.2~/dvgrab.cc dvgrab-3.2/dvgrab.cc
--- dvgrab-3.2~/dvgrab.cc	2008-08-05 07:21:02.000000000 +0200
+++ dvgrab-3.2/dvgrab.cc	2008-10-29 22:55:55.432105005 +0100
@@ -236,6 +236,7 @@
 	cerr << "  -timecode            put the first frame's timecode into the file name" << endl;
 	cerr << "  -t, -timestamp       put the date and time of recording into the file name" << endl;
 	cerr << "  -timesys             put the system date and time into the file name" << endl;
+	usleep(10000);
 #ifdef HAVE_LINUX_VIDEODEV2_H
 	cerr << "  -V, -v4l2            capture DV from V4L2 USB device (linux-uvc)" << endl;
 	cerr << "                          use -input to set device file [default " << DEFAULT_V4L2_DEVICE << "]" << endl;
