From a76d06eab7c7b4bb813894fad58b31d014741da6 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 12 Jan 2017 17:36:46 +0100 Subject: [PATCH] Document -v option (verbose) --- sterm.c | 3 ++- sterm.man | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2