in ncrx/nctx.c [401:407]
static void usage_err(const char *err) { if (err) fprintf(stderr, "Error: %s\n", err); fprintf(stderr, "Usage: nctx [-n nr_slots] [-k devkmsg_path] ip port\n"); exit(1); }