DolphinTool: add missing spaces in help text

This commit is contained in:
Tillmann Karras 2022-05-02 12:19:01 +01:00
parent dcf8bd7733
commit 4b66ce6c4d
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ int ConvertCommand::Main(const std::vector<std::string>& args)
parser.add_option("-u", "--user") parser.add_option("-u", "--user")
.action("store") .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."); "Will be automatically created if this option is not set.");
parser.add_option("-i", "--input") parser.add_option("-i", "--input")

View File

@ -16,7 +16,7 @@ int VerifyCommand::Main(const std::vector<std::string>& args)
parser->add_option("-u", "--user") parser->add_option("-u", "--user")
.action("store") .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."); "Will be automatically created if this option is not set.");
parser->add_option("-i", "--input") parser->add_option("-i", "--input")