X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/12bb4069f4724044b2d654c12f4f6b5a6812753b..f336fa9a110d8da793932b803ed0b5ad7fe72826:/main.c diff --git a/main.c b/main.c index 8334d15..4304c7c 100644 --- a/main.c +++ b/main.c @@ -136,6 +136,9 @@ int main(int argc, char **argv) { !strcmp(opt, "-license")) { licence(); nogo = TRUE; + } else if (!strcmp(opt, "-list-charsets")) { + listcharsets(); + nogo = TRUE; } else if (!strcmp(opt, "-precise")) { reportcols = 1; } else {