ref: 36eb12125b97b4a1ab153e4a8f94dd83ed1f7eb5
parent: 0c039774021ffc540c78255a598b0f2bbe99e2ed
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Feb 18 14:16:38 EST 2020
plan9: add -c to usage
--- a/plan9.c
+++ b/plan9.c
@@ -836,7 +836,7 @@
static void
usage(void)
{
- print("usage: %s [-i] [-p] [-b bpm] [-s WxH] [-r random_seed] [file]\n", argv0);
+ print("usage: %s [-i] [-p] [-b bpm] [-s WxH] [-r random_seed] [-c cursor] [file]\n", argv0);
threadexitsall("usage");
}