From 081328a4415de353834585e30d2baaa1b9b0dd72 Mon Sep 17 00:00:00 2001 From: Folkert van Heusden Date: Wed, 12 Jun 2024 23:13:58 +0200 Subject: [PATCH] missing lf --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 45be3fe..9cb71ee 100644 --- a/main.cpp +++ b/main.cpp @@ -317,7 +317,7 @@ void help() printf("-T t.bin load file as a binary tape file (like simh \"load\" command), also for .BIC files\n"); printf("-B run tape file as a unit test (for .BIC files)\n"); printf("-r d.img load file as a disk device\n"); - printf("-N host:port use NBD-server as disk device (like -r)"); + printf("-N host:port use NBD-server as disk device (like -r)\n"); printf("-R x select disk type (rk05, rl02 or rp06)\n"); printf("-p 123 set CPU start pointer to decimal(!) value\n"); printf("-b enable bootloader (builtin)\n");