Skip to content

Commit 166fb3f

Browse files
committed
fix documentation markup
1 parent 3146c40 commit 166fb3f

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ device
5252
access
5353
One or more read or write operations. See ACCESS SYNTAX below.
5454

55-
-r FILE, --registers=FILE Read registers definitions from FILE. Can be specified multiple times.
56-
-v, --verbose Print on screen the bytes transferred on the wire.
57-
-b BAUD, --baud=BAUD Set the baud rate for serial connections.
58-
-p BITS, --stop-bits=BITS Set the number of stop bits for serial connections.
59-
-P PARITY, --parity=PARITY Set the parity for serial connections: (e)ven, (o)dd or (n)one
60-
-B ORDER, --byte-order ORDER Set the byte order to one of 'le' (little endian), 'be' (big endian) or 'mixed'
61-
-h, --help Show this help message and exit.
55+
-r FILE, --registers=FILE Read registers definitions from FILE. Can be specified multiple times.
56+
-v, --verbose Print on screen the bytes transferred on the wire.
57+
-b BAUD, --baud=BAUD Set the baud rate for serial connections.
58+
-p BITS, --stop-bits=BITS Set the number of stop bits for serial connections.
59+
-P PARITY, --parity=PARITY Set the parity for serial connections: (e)ven, (o)dd or (n)one
60+
-B ORDER, --byte-order=ORDER Set the byte order to one of 'le' (little endian), 'be' (big endian) or 'mixed'
61+
-h, --help Show this help message and exit.
6262

6363
ACCESS SYNTAX
6464
=============

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def readme():
1010
version='0.1.7',
1111
description='Command line tool to access Modbus devices',
1212
long_description=readme(),
13+
long_description_content_type='text/x-rst',
1314
url='http://github.com/favalex/modbus-cli',
1415
author='Gabriele Favalessa',
1516
author_email='favalex@gmail.com',

0 commit comments

Comments
 (0)