From 5221f38e872129667360bd8369191c1d13e7f547 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 17 May 2020 04:36:17 -0400 Subject: restore built-in defaults to usage --- jsmond.c | 1 + 1 file changed, 1 insertion(+) (limited to 'jsmond.c') diff --git a/jsmond.c b/jsmond.c index abf209f..0e3b35f 100644 --- a/jsmond.c +++ b/jsmond.c @@ -46,6 +46,7 @@ void usage(void) { printf("jsmond v" VERSION " by B. Watson, WTFPL\n"); printf("Usage: %s [-i interval] [-b button | -k keycode] [-j name]\n", self); printf(" [-d dir] [-D] [joystick [...]]\n"); + printf("Built-in defaults: MAX_STICKS=%d, EVENTDIR=" EVENTDIR ", JSNODE=" JSNODE "\n"); printf("See man page for details\n"); exit(0); } -- cgit v1.2.3