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
@ -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"}
|
{"show", "Opens the window for the specified instance (by instance ID)", "show"}
|
||||||
});
|
});
|
||||||
// Has to be positional for some OS to handle that properly
|
// 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.addHelpOption();
|
||||||
parser.addVersionOption();
|
parser.addVersionOption();
|
||||||
|
Loading…
Reference in New Issue
Block a user