diff --git a/gpio/gpio.c b/gpio/gpio.c index d068e77..4a130e3 100755 --- a/gpio/gpio.c +++ b/gpio/gpio.c @@ -65,11 +65,11 @@ int wpMode ; char *usage = "Usage: gpio -v Show Version\n" " gpio -h Show Help\n" " gpio -V Show gpio Layout version\n" - " gpio [-g|-1|-p] ... Use bcm-gpio | physical | piFace pin numbering scheme...\n" + " gpio [-g|-1|-p] ... Use bcm-gpio/physical/piFace pin numbering scheme...\n" " [-x extension:params] [[ -x ...]] ...\n" " gpio ...\n" " gpio \n" - " gpio readall\n" + " gpio readall/allreadall\n" " gpio unexportall/exports\n" " gpio export/edge/unexport ...\n" " gpio wfi \n" diff --git a/update b/update deleted file mode 100755 index 0f72243..0000000 --- a/update +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -# update - update source files from master on yakko - -rsync -aHx --exclude='*.o' --exclude='*~' -v --delete gordon@yakko:rpi/git/wiringPi/ .