cdck - simple CD/DVD check program
.SH SYNOPSIS
.B cdck
-[\fI-d /dev/devname\fR] [\fI-i\fR] [\fI-v\fR] [\fI-o plot-file.dat\fR]
+[\fI-d /dev/devname\fR] [\fI-i\fR] [\fI-v\fR] [\fI-p\fR] [\fI-o plot-file.dat\fR]
.SH DESCRIPTION
.HP
-\fB\-d\fR CD/DVD device name, default is /dev/devname
+\fB\-d\fR CD/DVD device name, default is /dev/cdrom
.HP
\fB\-i\fR Print CD/DVD information and quit, perform no timings
.HP
\fB\-p\fR Save data for gnuplot(1) program
.HP
-\fB\-o\fR specify plot file, ./plot\-file.dat is default
+\fB\-o\fR specify plot file, ./cdck\-plot.dat is default
.HP
\fB\-V\fR Print version
.HP
+cdck (0.5.1-2) unstable; urgency=low
+
+ * Changed the output of `cdck -h` and the manpage to better suit the reality.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 21 Apr 2006 19:57:15 +0200
+
cdck (0.5.1-1) unstable; urgency=low
* Initial release.
static
void print_help (char *program_name)
{
- printf ("Usage: %s [-d /dev/devname] [-i] [-v] [-o plot-file.dat]\n", program_name);
- printf (" -d CD/DVD device name, default is /dev/devname\n");
+ printf ("Usage: %s [-d /dev/devname] [-i] [-v] [-p] [-o plot-file.dat]\n", program_name);
+ printf (" -d CD/DVD device name, default is /dev/cdrom\n");
printf (" -i Print CD/DVD information and quit, perform no timings\n");
printf (" -p Save data for gnuplot(1) program\n");
- printf (" -o specify plot file, ./plot-file.dat is default\n");
+ printf (" -o specify plot file, ./cdck-plot.dat is default\n");
printf (" -V Print version\n");
printf (" -v Verbose operations\n");
}