From f7247ab7d8579c9ad6bcc5a2bbe9bd6b4671c20a Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Tue, 30 Jan 2018 17:43:18 +0100 Subject: [PATCH] Fixed some typos --- CHANGELOG.md | 4 ++-- doc/api/command-line.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb63497..d309959f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -#Change log +# Change log -##Current version +## Current version * Added return dispatch statements. diff --git a/doc/api/command-line.md b/doc/api/command-line.md index 7cf61c84..c6664437 100644 --- a/doc/api/command-line.md +++ b/doc/api/command-line.md @@ -14,7 +14,7 @@ * `-s` – Generate also the assembly output. It is not compatible with any assembler, but it serves purely informational purpose. The file has the same nam as the output file and the extension is `.asm`. -* `-s` – Generate also the label file. The label file contains labels with their addresses, with duplicates removed. It can be loaded into the monitor of the Vice emulator for debugging purposes. The file has the same nam as the output file and the extension is `.lbl`. +* `-g` – Generate also the label file. The label file contains labels with their addresses, with duplicates removed. It can be loaded into the monitor of the Vice emulator for debugging purposes. The file has the same nam as the output file and the extension is `.lbl`. * `-I ;` – The include directories. The current working directory is also an include directory. Those directories are searched for modules and platform definitions.