X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/runlisp/blobdiff_plain/75a6ea6025a65db5c444ce18ad0b68511d603de6..60f1d5fe519c30e68be464696ce9c4ad56a6b050:/dump-runlisp-image.c diff --git a/dump-runlisp-image.c b/dump-runlisp-image.c index 9ed578d..dfae56f 100644 --- a/dump-runlisp-image.c +++ b/dump-runlisp-image.c @@ -447,7 +447,7 @@ static void hash_input(struct linebuf *buf, size_t n, struct sha256_state *h) /* Collect output lines from JOB's process and write them to the log. * * Read data from BUF's file descriptor. Output complete (or overlong) lines - * usng `write_line'. On end-of-file, output any final incomplete line in + * using `write_line'. On end-of-file, output any final incomplete line in * the same way, close the descriptor, and set it to -1. * * As a rather unpleasant quirk, if the hash-state pointer H is not null, @@ -1347,20 +1347,20 @@ static void help(FILE *fp) { version(fp); fputc('\n', fp); usage(fp); fputs("\n\ -Help options:\n\ +Help options\n\ -h, --help Show this help text and exit successfully.\n\ -V, --version Show version number and exit successfully.\n\ \n\ -Diagnostics:\n\ +Diagnostics\n\ -n, --dry-run Don't run run anything (useful with `-v').\n\ -q, --quiet Don't print warning messages.\n\ -v, --verbose Print informational messages (repeatable).\n\ \n\ -Configuration:\n\ +Configuration\n\ -c, --config-file=CONF Read configuration from CONF (repeatable).\n\ -o, --set-option=[SECT:]VAR=VAL Set configuration variable (repeatable).\n\ \n\ -Image dumping:\n\ +Image dumping\n\ -O, --output=FILE|DIR Store image(s) in FILE or DIR.\n\ -R, --remove-other Delete image files for other Lisp systems.\n\ -U, --remove-unknown Delete unrecognized files in image dir.\n\ @@ -1466,7 +1466,7 @@ int main(int argc, char *argv[]) #undef FLAGOPT - /* CHeck that everything worked. */ + /* Check that everything worked. */ optind++; if ((flags&AF_ALL) ? optind < argc : optind >= argc) flags |= AF_BOGUS; if (flags&AF_BOGUS) { usage(stderr); exit(127); }