mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
Improve language of help text
This commit is contained in:
@@ -15,8 +15,8 @@ def test_cli_help(capsys):
|
||||
"install,tool,doc,example,src,help,version}\n",
|
||||
" ...\n",
|
||||
"\n",
|
||||
"Another unoffical Qt Installer.\n",
|
||||
"aqt help you install Qt SDK, tools, examples and others\n",
|
||||
"Another unofficial Qt Installer.\n",
|
||||
"aqt helps you install Qt SDK, tools, examples and others\n",
|
||||
"\n",
|
||||
"optional arguments:\n",
|
||||
" -h, --help show this help message and exit\n",
|
||||
@@ -24,15 +24,15 @@ def test_cli_help(capsys):
|
||||
" Configuration ini file.\n",
|
||||
"\n",
|
||||
"subcommands:\n",
|
||||
" aqt accept several subcommands\n",
|
||||
" install-* subcommands are installer of components\n",
|
||||
" list-* subcommands are show available compoenets\n",
|
||||
" aqt accepts several subcommands:\n",
|
||||
" install-* subcommands are commands that install components\n",
|
||||
" list-* subcommands are commands that show available components\n",
|
||||
" \n",
|
||||
" commands {install|tool|src|examples|doc} are oblesolete now\n",
|
||||
" commands {install|tool|src|examples|doc} are deprecated and marked for removal\n",
|
||||
"\n",
|
||||
" {install-qt,install-tool,install-doc,install-example,install-src,list-qt,list-tool,",
|
||||
"install,tool,doc,example,src,help,version}\n",
|
||||
" Please refer each help message shown with --help argument for each subcommands\n",
|
||||
" Please refer to each help message by using '--help' with each subcommand\n",
|
||||
]
|
||||
)
|
||||
cli = Cli()
|
||||
|
||||
Reference in New Issue
Block a user