[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: New xattr-hurd tarball



Ognyan Kulev <ogi@fmi.uni-sofia.bg> writes:

> M. Gerards wrote:
>>>When -d pc_mouse, --device=.. should always be used instead of -d, I guess.
>> What do you mean with that?
>
> Just imagine its use:
>
> console ... -d pc_mouse -d com0 -d generic_speaker ...

Oh, right.  Of course that is not possible.  I forgot to mention this
change, but '-e' is used for --device.  Actually, I think it is not
ok to use --device because (IIRC) the argument for the console client
has that name too...

>From the patch:

+static const struct argp_option options[] =
+  {
+    { "protocol",      'p', "PROTOCOL", 0, "One of the protocols: " 
+      PROTO_MOUSESYSTEM ", " PROTO_MICROSOFT ", " PROTO_PS2 ", "
+      PROTO_NOMOUSE ", " PROTO_LOGITECH ", " PROTO_MOUSE7 },
+    { "device",                'e', "DEVICE"  , 0, "One of the devices: " DEV_COM0 ", " DEV_COM1 },
+    { "repeat",                'r', "NODE", 0, "Set a repeater translator on NODE"},
+    { 0 }
+  };

I hope that helps until there is documentation...

Thanks,
Marco



Reply to: