From b286aa743a03469065e7924c3fb0d742e0594a68 Mon Sep 17 00:00:00 2001 From: "Rob Swindell (on Windows)" <rob@synchro.net> Date: Fri, 15 Sep 2023 12:08:25 -0700 Subject: [PATCH] Remove mention of tbz (tarred-bzip) support tbz is technically still supported by create_archive(), but without it being included in the supported_archive_formats definition, isn't easily chosen as an option and nobody seems to miss it. --- src/sbbs3/scfg/scfgxfr1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/scfg/scfgxfr1.c b/src/sbbs3/scfg/scfgxfr1.c index 6aef937571..b4972dc989 100644 --- a/src/sbbs3/scfg/scfgxfr1.c +++ b/src/sbbs3/scfg/scfgxfr1.c @@ -917,7 +917,7 @@ void xfer_opts() "\n" "List of external compression methods available by file type/extension.\n" "\n" - "Support for creating archives of common formats (i.e. `zip`, `7z`, `tgz`, `tbz`)\n" + "Support for creating archives of common formats (i.e. `zip`, `7z`, `tgz`)\n" "is built-into Synchronet (requires no external program), however may be\n" "extended via external compression/archive programs configured here." ; -- GitLab