Just cleaning up the UI, instead of "list [devices|[parameters]" but a separate "list modifiers", have three separate lines.
Also, change from "known" to "supported" or "detected". Signed-off-by: Peter Hutterer <[email protected]> --- tools/xsetwacom.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c index 5afd5ec..b2ab1ce 100644 --- a/tools/xsetwacom.c +++ b/tools/xsetwacom.c @@ -716,8 +716,9 @@ static void usage(void) printf( "\nCommands:\n" - " --list [devices|parameters] - display known devices, parameters \n" - " --list modifiers - display supported modifier and specific keys for keystrokes\n" + " --list devices - display detected devices\n" + " --list parameters - display supported parameters\n" + " --list modifiers - display supported modifier and specific keys for keystrokes\n" " --set \"device name\" param [values...] - set device parameter by name\n" " --get \"device name\" param [param...] - get current device parameter(s) value by name\n"); } -- 1.7.3.5 ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
