diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-12 01:47:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 01:47:18 -0700 |
commit | 3e11d94829989986a460242fa55c0110772d00f3 (patch) | |
tree | b247dddbb1be8f30312756c21a1ff97b42ebca19 | |
parent | 82287e0407318724c5a460340eef2855c75449e8 (diff) | |
download | PrismLauncher-3e11d94829989986a460242fa55c0110772d00f3.tar.gz PrismLauncher-3e11d94829989986a460242fa55c0110772d00f3.tar.bz2 PrismLauncher-3e11d94829989986a460242fa55c0110772d00f3.zip |
spelling suggestions from code review
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
-rw-r--r-- | launcher/Application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index 5694b82e..5effc01b 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -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(); |