chiark / gitweb /
better usage comment
authorian <ian>
Sat, 14 Jun 2008 21:23:52 +0000 (21:23 +0000)
committerian <ian>
Sat, 14 Jun 2008 21:23:52 +0000 (21:23 +0000)
hostside/evdev-manip.c

index 5c9fbea002bc7bd45516957d329ec78b13a8d409..cd3ac0fcd9ed6257f65644976a3452b056cd1518 100644 (file)
@@ -1,13 +1,15 @@
 /*
  * evdev-manip [<options> <device> ...]
- *  options:
+ *  modes:
  *     --dump          default
+ *  per-device options:
  *     --[no-]grab     --nograb is default
  *     --expect-sysfs /sys/class/input/inputX/eventY/dev
  *                        ^^^^^^^^^^^^^^^^^^^^
  *                          this part is in /proc/bus/usb/devices
  *                           and can thus be specified by caller
- *     --stdin-monitor
+ * 
+ *     --stdin-monitor      quit if stdin becomes readable
  */
 
 #include "common.h"