spark_fp: augment usage output

Origin commit data
------------------
Branch: master
Commit: 4f89348d43
Author: martii <m4rtii@gmx.de>
Date: 2013-02-08 (Fri, 08 Feb 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-02-08 22:20:26 +01:00
parent 8a7ad36995
commit e8b3e736a8

View File

@@ -46,6 +46,10 @@ void usage()
printf("\t-P: power down\n"); printf("\t-P: power down\n");
printf("\t-l <n>: set LED <n> on\n"); printf("\t-l <n>: set LED <n> on\n");
printf("\t-L <n>: set LED <n> off\n"); printf("\t-L <n>: set LED <n> off\n");
printf("\t-B <n>: show blue RC code (n = 0..4 or \"all\")\n");
printf("\t-S <n>: show standby RC code (n = 0..4 or \"all\")\n");
printf("\t-B <n>:<predata><code>: set blue RC code (n = 0..4)\n");
printf("\t-S <n>:<predata><code>: set standby RC code\n");
#else #else
printf("\t-w <time>: set FP wakeup time and power down (time = 1: no wakeup)\n"); printf("\t-w <time>: set FP wakeup time and power down (time = 1: no wakeup)\n");
#endif #endif