summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b8f54d5)
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Bryce Harrington <bryce@canonical.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
return print_version(argv[0]);
}
return print_version(argv[0]);
}
+ if (strcmp("help", func) == 0) {
+ usage();
+ return 0;
+ }
+
display = XOpenDisplay(NULL);
if (display == NULL) {
display = XOpenDisplay(NULL);
if (display == NULL) {