README: add bullet points to the tool list
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 18 Jan 2017 10:26:49 +0000 (11:26 +0100)
committerBartosz Golaszewski <bartekgola@gmail.com>
Wed, 18 Jan 2017 10:26:49 +0000 (11:26 +0100)
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
README.md

index d57c95c9063d6e4d0e11330caa72cd2725611f6f..669a4d36677ae29d5c37d342a640e95325b485a3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -45,20 +45,20 @@ TOOLS
 
 There are currently six command-line tools available:
 
-  gpiodetect - list all gpiochips present on the system, their names, labels
+* gpiodetect - list all gpiochips present on the system, their names, labels
                and number of GPIO lines
 
-  gpioinfo   - list all lines of specified gpiochips, their names, consumers,
+* gpioinfo   - list all lines of specified gpiochips, their names, consumers,
                direction, active state and additional flags
 
-  gpioget    - read values of specified GPIO lines
+* gpioget    - read values of specified GPIO lines
 
-  gpioset    - set values of specified GPIO lines, potentially keep the lines
+* gpioset    - set values of specified GPIO lines, potentially keep the lines
                exported and wait until timeout, user input or signal
 
-  gpiofind   - find the gpiochip name and line offset given the line name
+* gpiofind   - find the gpiochip name and line offset given the line name
 
-  gpiomon    - wait for events on a GPIO line, specify which events to watch,
+* gpiomon    - wait for events on a GPIO line, specify which events to watch,
                how many events to process before exiting or if the events
                should be reported to the console