From: ian Date: Sat, 14 Jun 2008 21:23:52 +0000 (+0000) Subject: better usage comment X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=4bd773ceb202941065ec9619177a9b3d057f54a2;p=trains.git better usage comment --- diff --git a/hostside/evdev-manip.c b/hostside/evdev-manip.c index 5c9fbea..cd3ac0f 100644 --- a/hostside/evdev-manip.c +++ b/hostside/evdev-manip.c @@ -1,13 +1,15 @@ /* * evdev-manip [ ...] - * 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"