From 6dc54733ecf5ed695de7e9842991f6e819e0d24c Mon Sep 17 00:00:00 2001 From: MooZ Date: Sat, 12 Oct 2024 23:10:35 +0200 Subject: [PATCH] Fix markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 330b359..7ad7099 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The options are : * **--help** or **-h** : displays help. * **--out** or **-o < file >** : main asm file containing includes for all sections as long the irq vector table if the irq-detect option is enabled. * **--labels** or **-l < file >** : labels definition filename. -* **--labels-out ** : extracted labels output filename. Otherwise the labels will be written to .YYMMDDhhmmss.lbl.\n" +* **--labels-out ** : extracted labels output filename. Otherwise the labels will be written to `".YYMMDDhhmmss.lbl"` * **--comments ** : comments description filename. * **--address** : print statement logical address and page in an inline comment. * **cfg** : configuration file. It is optional if irq detection is enabled.