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")