Merge pull request #196 from sej7278/master

Fix lintian "hyphen-used-as-minus-sign" warning in manpage
This commit is contained in:
Sudar 2014-04-26 09:33:17 +05:30
commit 22e876e88b

View file

@ -1,7 +1,7 @@
.TH ARD-RESET-ARDUINO "1" "April 2014" "ard-reset-arduino 1.3.3" "Arduino CLI Reset" .TH ARD-RESET-ARDUINO "1" "April 2014" "ard-reset-arduino 1.3.3" "Arduino CLI Reset"
.SH NAME .SH NAME
ard-reset-arduino \- Reset Arduino board ard-reset-arduino - Reset Arduino board
.SH SYNOPSIS .SH SYNOPSIS
.B ard-reset-arduino .B ard-reset-arduino
@ -12,21 +12,21 @@ To reset Arduinos, we either pulse the DTR line or open the USB port
at 1200 baud and close it again. at 1200 baud and close it again.
.SH OPTIONS .SH OPTIONS
.B --verbose .B \-\-verbose
Watch what's going on on STDERR. Watch what's going on on STDERR.
.B --period .B \-\-period
Specify the DTR pulse width in seconds. Specify the DTR pulse width in seconds.
.B --caterina .B \-\-caterina
Reset a Leonardo, Micro, Robot, LilyPadUSB or similar 32u4-based device. Reset a Leonardo, Micro, Robot, LilyPadUSB or similar 32u4-based device.
.SH EXAMPLES .SH EXAMPLES
ard-reset-arduino /dev/ttyACM0 ard-reset-arduino /dev/ttyACM0
.PP .PP
ard-reset-arduino --verbose --period=0.1 /dev/cu.usb* ard-reset-arduino \-\-verbose \-\-period=0.1 /dev/cu.usb*
.PP .PP
ard-reset-arduino --verbose --caterina /dev/ttyUSB0 ard-reset-arduino \-\-verbose \-\-caterina /dev/ttyUSB0
.SH BUGS .SH BUGS
There are no known bugs in this application. Please report problems There are no known bugs in this application. Please report problems