From 5e3af36fe7a971ed2736a20b9530988625534ff3 Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Sat, 10 Jul 2021 00:34:37 -0700 Subject: [PATCH] Command line help: add line breaks --- commandline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commandline.cpp b/commandline.cpp index ec90b7f8..c801ba87 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -367,8 +367,8 @@ int arg::readCommon() { printf(" -offline - don't connect to Steam (for Steam versions)\n"); printf(" -I ITEM n - start with n of ITEM (activates cheat and disables ghosts)\n"); printf(" -fix - fix the seed\n"); - printf("Toggles: -o0 disables, -o1 enables, -o switches"); - printf("Not all options are documented, see hyper.cpp"); + printf("Toggles: -o0 disables, -o1 enables, -o switches\n"); + printf("Not all options are documented, see hyper.cpp\n"); exit(0); } else return 1;