aboutsummaryrefslogtreecommitdiff
path: root/jsmond.c
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-05-17 04:36:17 -0400
committerB. Watson <yalhcru@gmail.com>2020-05-17 04:36:17 -0400
commit5221f38e872129667360bd8369191c1d13e7f547 (patch)
tree2245f5bbf012140f5fc15450c6a0d28c64b46444 /jsmond.c
parentaaa2f1e410f805794202022fde9df29aa04db30f (diff)
downloadunsaver-5221f38e872129667360bd8369191c1d13e7f547.tar.gz
restore built-in defaults to usage
Diffstat (limited to 'jsmond.c')
-rw-r--r--jsmond.c1
1 files changed, 1 insertions, 0 deletions
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);
}