Fix ifc5d documentation

Documentation claimed that ODS/XLSX output was to a given filename, but
the code actually writes files with generated names in a folder.

(also create the folder if necessary for convenience)
This commit is contained in:
Bruno Postle
2025-10-24 22:19:01 +01:00
parent e1b73ef0ef
commit 90bf56d9ba
2 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -96,11 +96,11 @@ writer.write()
### CLI app for converting IFC files to CSV, ODS or XLSX format.
Usage:
python ifc5Dspreadsheet.py input_file output_file [-l log_file] [-f format_type]
python ifc5Dspreadsheet.py input_file output_dir [-l log_file] [-f format_type]
Arguments:
input_file (str): The path to the input IFC file to process.
output_file (str): The output directory for CSV or filename for other formats.
output_dir (str): The output directory.
Options:
-l, --log log_file (str): The path to the file where errors should be logged. Default is process.log.