mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 20:36:58 +03:00
spelling suggestions from code review
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
82287e0407
commit
3e11d94829
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||
{"show", "Opens the window for the specified instance (by instance ID)", "show"}
|
||||
});
|
||||
// Has to be positional for some OS to handle that properly
|
||||
parser.addPositionalArgument("urls","import the resource at the given url(s) (same as -I / --import)","[urls...]");
|
||||
parser.addPositionalArgument("URL", "Import the resource(s) at the given URL(s) (same as -I / --import)", "[URL...]");
|
||||
|
||||
parser.addHelpOption();
|
||||
parser.addVersionOption();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue