From ff1a151ce60b11d7ac21e2649681b0d9606a35d5 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Thu, 22 Feb 2001 20:11:02 +0000 Subject: [PATCH] documented -r --remove option for comedi_config --- comedi_config/comedi_config.c | 2 ++ man/comedi_config.8 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/comedi_config/comedi_config.c b/comedi_config/comedi_config.c index 967598c..b3d3ba9 100644 --- a/comedi_config/comedi_config.c +++ b/comedi_config/comedi_config.c @@ -73,6 +73,8 @@ void do_help(int i) "\t\tprint program version\n" "\t-i --init-data \n" "\t\tI don't know what this does\n" + "\t-r --remove\n" + "\t\tremove previously configured driver\n" "\t--read-buffer \n" "\t\tset buffer size in kilobytes used for reads from the \n" "\t--write-buffer \n" diff --git a/man/comedi_config.8 b/man/comedi_config.8 index e271f1c..2d5e21b 100644 --- a/man/comedi_config.8 +++ b/man/comedi_config.8 @@ -46,6 +46,8 @@ the file \fBdrivers.txt\fR. \fB-V, --version\fR print version number and exit. +\fB-r, --remove\fR remove previously configured driver. + .TP .BI "--read-buffer " "num" set read buffer size to -- 2.26.2