commit 714b1fcb787b10697bbe286d72c832281f09dec3 from: Omar Polo date: Sun Jan 02 08:38:37 2022 UTC fix crash when --color is specified found and reported by Florian, thanks! commit - f8c6e75351fd01dc58eabd367348ce79fe131193 commit + 714b1fcb787b10697bbe286d72c832281f09dec3 blob - 4f9028a8885041034584872a9cedf4b1cfa8f33b blob + 3f4813103c9b76cf3965f529fc1693720a5bbae0 --- telescope.c +++ telescope.c @@ -36,7 +36,7 @@ #include "ui.h" static struct option longopts[] = { - {"colors", no_argument, NULL, 'c'}, + {"colors", no_argument, NULL, 'C'}, {"help", no_argument, NULL, 'h'}, {"safe", no_argument, NULL, 'S'}, {"version", no_argument, NULL, 'v'},