From e9284e1914b083f8b999f79690d20223d848e8b0 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Fri, 17 Mar 2023 21:17:08 +0100 Subject: [PATCH] copy/paste fix --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 8f3c283..a40ce57 100644 --- a/main.cpp +++ b/main.cpp @@ -44,7 +44,7 @@ void help() printf("-h this help\n"); printf("-T t.bin load file as a binary tape file (like simh \"load\" command)\n"); printf("-R d.rk load file as a RK05 disk device\n"); - printf("-r d.rk load file as a RL02 disk device\n"); + printf("-r d.rl load file as a RL02 disk device\n"); printf("-p 123 set CPU start pointer to decimal(!) value\n"); printf("-b x enable bootloader (build-in), parameter must be \"rk05\" or \"rl02\"\n"); printf("-n ncurses UI\n");