From 313a099a4b6458f3444dcd333e29325dbdd9719e Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Tue, 23 Apr 2024 18:59:04 +0200 Subject: [PATCH] Added missing newline --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ff933e6..8dd463b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -62,7 +62,7 @@ void p2pool_usage() "--no-igd An alias for --no-upnp\n" "--upnp-stratum Port forward Stratum port (it's not forwarded by default)\n" #endif - "--merge-mine IP:port and wallet address for another blockchain to merge mine with" + "--merge-mine IP:port and wallet address for another blockchain to merge mine with\n" "--version Print p2pool's version and build details\n" "--help Show this help message\n\n" "Example command line:\n\n"