Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 2c8100c

Browse files
committed
Add -R to built-in help text -i example
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
1 parent 8b48701 commit 2c8100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ void show_help(char *name) {
841841
" GPIO sequence:\n"
842842
" - entry sequence: GPIO_3=low, GPIO_2=low, GPIO_2=high\n"
843843
" - exit sequence: GPIO_3=high, GPIO_2=low, GPIO_2=high\n"
844-
" %s -i -3,-2,2:3,-2,2 /dev/ttyS0\n",
844+
" %s -R -i -3,-2,2:3,-2,2 /dev/ttyS0\n",
845845
name,
846846
name,
847847
name,

0 commit comments

Comments
 (0)