Tidy up pinout tool PR

This commit is contained in:
Ben Nuttall
2016-12-05 21:03:06 +00:00
parent 6e6c80a9fa
commit 02938b48ec
4 changed files with 12 additions and 9 deletions

View File

@@ -11,16 +11,16 @@ tool to write details of the GPIO pins available.
Unless specified, the revision of the current device will be detected. A
particular revision may be selected with the --revision command-line
option. *e.g.*:
option. e.g::
pinout.py --revision 000d
pinout --revision 000d
By default, the output will include ANSI color codes if run in a color-capable
terminal. This behaviour may be overridden by the --color or --monochrome
options to force colored or non-colored output, respectively. *e.g.*:
options to force colored or non-colored output, respectively. e.g::
pinout.py --monochrome
pinout --monochrome
Full usage details are available with:
Full usage details are available with::
pinout.py --help
pinout --help

View File

@@ -18,7 +18,7 @@ Table of Contents
api_tools
api_pins
api_exc
cli_pinout
cli_tools
changelog
license