Differences From Artifact [147e7c2628]:
- File mtargs/mtargs.scm — part of check-in [f6bba6dbbb] at 2022-03-12 20:28:07 on branch v1.7001-multi-db-02 — wip (user: matt, size: 3071) [annotate] [blame] [check-ins using] [more...]
To Artifact [54d4e74749]:
- File mtargs/mtargs.scm — part of check-in [ae21734c5e] at 2022-11-20 08:34:23 on branch v1.70 — Couple minor changes to where client connections are cleared. (user: matt, size: 3066) [annotate] [blame] [check-ins using] [more...]
︙ | |||
55 56 57 58 59 60 61 | 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | - + | (apply print "ERROR: " args)) (if (string? help) (print help) (print "Usage: " (car (argv)) " ... ")) (exit 0)) ;; one-of args defined |
︙ |