Skip to content
Snippets Groups Projects
Commit 23ea3aa2 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 5723cb7b
No related branches found
No related tags found
No related merge requests found
......@@ -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