From 1b499ab9536b29a89bd93720064b63330a314123 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 25 Nov 2023 12:14:54 -0800 Subject: [PATCH] fix spacing in help message --- src/Main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cc b/src/Main.cc index 618b1600..d6f97492 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -1842,7 +1842,7 @@ The actions are:\n", fputs(a->help_text, stderr); } } - fputs("\ + fputs("\n\ Most options that take data as input also accept the following option:\n\ --parse-data\n\ For modes that take input (from a file or from stdin), parse the input as\n\