From: Michal Sojka Date: Thu, 12 Jan 2017 16:36:46 +0000 (+0100) Subject: Document -v option (verbose) X-Git-Tag: 20170112~1 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/sojka/sterm.git/commitdiff_plain/a76d06eab7c7b4bb813894fad58b31d014741da6?ds=sidebyside Document -v option (verbose) --- diff --git a/sterm.c b/sterm.c index c5fc0aa..b375caf 100644 --- a/sterm.c +++ b/sterm.c @@ -1,7 +1,7 @@ /* * Simple serial terminal * - * Copyright 2014, 2015, 2016 Michal Sojka + * Copyright 2014, 2015, 2016, 2017 Michal Sojka * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -132,6 +132,7 @@ void usage(const char* argv0) " -n do not switch the device to raw mode\n" " -r[PULSE] make pulse on RTS\n" " -s \n" + " -v verbose mode\n" "\n" "PULSE is a number specifying the pulse. Absolute value defines the\n" "length of the pulse in milliseconds, sign determines the polarity of\n" diff --git a/sterm.man b/sterm.man index 3a77f2a..715faaf 100644 --- a/sterm.man +++ b/sterm.man @@ -43,6 +43,9 @@ Set serial like baudrate to the given value. Here are few common values: 4800, 9600, 19200, 115200. For full list of supported baudrates see source files or test what is acceptable. +.TP +\fB\-v\fR +Be verbose. .SH PULSE Options \fB\-d\fR and \fB\-r\fR take an optional argument PULSE that