Skip to content
Snippets Groups Projects
Commit b286aa74 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

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.
parent 4b535ede
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4722 passed
......@@ -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."
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment