ref: 83fdac4149ade5c81f76370bc2cadf95fcf2042f
parent: dfe3af1fc5b8ec7682b6b7a9fe7ea32eaaad89c7
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Aug 25 17:25:38 EDT 2022
usage: remove stale stuff (thanks phil9)
--- a/riow.c
+++ b/riow.c
@@ -314,7 +314,7 @@
static void
usage(void)
{
- fprint(2, "usage: [-l light_step] [-v vol_step] %s\n", argv0);
+ fprint(2, "usage: %s\n", argv0);
exits("usage");
}