Add help for the GPIO defaults.

This commit is contained in:
David Betz 2015-02-10 17:10:44 -05:00
parent a0b34a4bea
commit 75632e6c75

View File

@ -306,7 +306,8 @@ usage: p1load\n\
printf("\
\n\
This version supports resetting the Propeller with a GPIO pin with option: -Dreset=gpio,pin,level\n\
where \"pin\" is the GPIO number to use and \"level\" is the logic level, 0 or 1. \n\
where \"pin\" is the GPIO number to use and \"level\" is the logic level, 0 or 1. This defaults to\n\
GPIO 17 and level 0.\n\
");
#endif
exit(1);