drivers/sysfsgpio: fix usage messages
authorAntonio Borneo <borneo.antonio@gmail.com>
Fri, 4 Jan 2019 17:08:20 +0000 (18:08 +0100)
committerTomas Vanek <vanekt@fbl.cz>
Mon, 14 Jan 2019 08:45:35 +0000 (08:45 +0000)
commit87adca299d7971f1adb5a502be29b9a120678443
tree6321e7ce3f1a20cc5cb252f3e6931e4635ad0eef
parent31ea7037b3df7e567a9eb34d28947d118c4cada1
drivers/sysfsgpio: fix usage messages

The notation "(tck tms tdi tdo)* " is incorrect, because it means the
quadruple of gpio can be repeated on the command-line.
The correct syntax of the command requires instead to provide either
all the four gpio numbers (in order to set the values) or to pass an
empty command-line (to dump the values previously set).

Change the .usage field to "[tck tms tdi tdo]".
Change similarly the corresponding .usage field for SWD command.
Add the .usage field for the commands that individually set each gpio.

Change-Id: If5b3c618097b71dfe7fcf988fb3c1499ae03a6d5
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/4833
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/jtag/drivers/sysfsgpio.c