Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #10629 from Tilka/spaces
DolphinTool: add missing spaces in help text
  • Loading branch information
Tilka committed May 3, 2022
2 parents ded18ab + 4b66ce6 commit f75f19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/Core/DolphinTool/ConvertCommand.cpp
Expand Up @@ -31,7 +31,7 @@ int ConvertCommand::Main(const std::vector<std::string>& 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")
Expand Down
2 changes: 1 addition & 1 deletion Source/Core/DolphinTool/VerifyCommand.cpp
Expand Up @@ -16,7 +16,7 @@ int VerifyCommand::Main(const std::vector<std::string>& 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")
Expand Down

0 comments on commit f75f19a

Please sign in to comment.