Changeset c429ed4b144e6ed9e8e5978317d1e23f21b8ccb4
- Timestamp:
- 08/27/07 01:43:12 (4 years ago)
- Author:
- dsmith <dsmith@…>
- git-author:
- L. Donnie Smith <donnie.smith@gatech.edu> / 2007-08-27T01:43:12Z+0000
- Parents:
- 54fb58a00d8674801e1daddd5d54936f127d5e2c
- Children:
- 4a756331c81775add5ad2128ae5e8d1641e4c1d7
- git-committer:
- dsmith <dsmith@918edb2d-ff29-0410-9de2-eb38e7f22bc7> / 2007-08-27T01:43:12Z+0000
- Message:
-
updated wminput man page, fixed type in wminput help message
git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@151 918edb2d-ff29-0410-9de2-eb38e7f22bc7
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r20376e4
|
rc429ed4
|
|
| | 1 | 2007-08-26 L. Donnie Smith <cwiid@abstrakraft.org> |
| | 2 | docs |
| | 3 | * updated wminput man page |
| | 4 | |
| 1 | 5 | 2007-08-23 L. Donnie Smith <cwiid@abstrakraft.org> |
| 2 | 6 | python |
-
|
rb9d3519
|
rc429ed4
|
|
| 62 | 62 | Show summary of options. |
| 63 | 63 | .TP |
| 64 | | .B \-w |
| 65 | | On startup, wait (without timing) out until a wiimote is found. |
| | 64 | .B \-v, --version |
| | 65 | Output version information and exit. |
| 66 | 66 | .TP |
| 67 | | .B \-c config |
| 68 | | Specify the configuration file to load. |
| | 67 | .B \-c, --config [file] |
| | 68 | Choose config file to use. |
| | 69 | .TP |
| | 70 | .B \-d, --daemon |
| | 71 | Implies -q, -r, and -w. |
| | 72 | .TP |
| | 73 | .B \-q, --quiet |
| | 74 | Reduce output to errors |
| | 75 | .TP |
| | 76 | .B \-r, --reconnect [wait] |
| | 77 | Automatically try reconnect after wiimote disconnect. |
| | 78 | .TP |
| | 79 | .B \-w, --wait |
| | 80 | Wait indefinitely for wiimote to connect. |
| 69 | 81 | .TP |
| 70 | 82 | .B bdaddr |
-
|
r3c99e2c
|
rc429ed4
|
|
| 111 | 111 | printf("Options:\n"); |
| 112 | 112 | printf("\t-h, --help\t\tPrints this output.\n"); |
| 113 | | printf("\t-v, --version\t\toutput version information and exit.\n"); |
| | 113 | printf("\t-v, --version\t\tOutput version information and exit.\n"); |
| 114 | 114 | printf("\t-c, --config [file]\tChoose config file to use.\n"); |
| 115 | 115 | printf("\t-d, --daemon\t\tImplies -q, -r, and -w.\n"); |