https://gitlab.synchro.net/main/sbbs/-/commit/b67a5a2695b0da87c981309a
Modified Files:
exec/filelist.js
Log Message:
Don't include both normal and extended file descriptions by default
As pointed out by DesotoFireflite (VALHALLA), both the file's
short/normal description and the extended description were being
included in all file listings. This is probably want most sysops
will want since the extended description is often used as the content
of the short/normal description, resulting in repeated content. So,
by default, if there is an extended file description, don't output
the short/normal file description.
If you want to include *both* the short and extended descriptions
(for files that have both), include both the -ext and -desc command
line options.