mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #10629 from Tilka/spaces
DolphinTool: add missing spaces in help text
This commit is contained in:
@ -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")
|
||||||
|
@ -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")
|
||||||
|
Reference in New Issue
Block a user