From 4b66ce6c4d344b287d481ffad2d47133e6c29f43 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Mon, 2 May 2022 12:19:01 +0100 Subject: [PATCH] DolphinTool: add missing spaces in help text --- Source/Core/DolphinTool/ConvertCommand.cpp | 2 +- Source/Core/DolphinTool/VerifyCommand.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/DolphinTool/ConvertCommand.cpp b/Source/Core/DolphinTool/ConvertCommand.cpp index 58fbf154e4..4d5e2062fa 100644 --- a/Source/Core/DolphinTool/ConvertCommand.cpp +++ b/Source/Core/DolphinTool/ConvertCommand.cpp @@ -31,7 +31,7 @@ int ConvertCommand::Main(const std::vector& args) parser.add_option("-u", "--user") .action("store") - .help("User folder path, required for temporary processing files." + .help("User folder path, required for temporary processing files. " "Will be automatically created if this option is not set."); parser.add_option("-i", "--input") diff --git a/Source/Core/DolphinTool/VerifyCommand.cpp b/Source/Core/DolphinTool/VerifyCommand.cpp index 69a2ebf0b5..6f2ff03b24 100644 --- a/Source/Core/DolphinTool/VerifyCommand.cpp +++ b/Source/Core/DolphinTool/VerifyCommand.cpp @@ -16,7 +16,7 @@ int VerifyCommand::Main(const std::vector& args) parser->add_option("-u", "--user") .action("store") - .help("User folder path, required for temporary processing files." + .help("User folder path, required for temporary processing files. " "Will be automatically created if this option is not set."); parser->add_option("-i", "--input")