@@ -199,14 +199,14 @@ def write_group_vars(tools: List[str]) -> None:
199199# --------------------------------------------------------------------------------------------------
200200def print_help () -> None :
201201 """Show help screen."""
202- print ("Usage:" , os .path .basename (__file__ ), "[options] [PHP-EXT ]..." )
202+ print ("Usage:" , os .path .basename (__file__ ), "[options] [PHP-TOOL ]..." )
203203 print (" " , os .path .basename (__file__ ), "-h, --help" )
204204 print ()
205205 print ("This script will generate the Ansible group_vars file: .ansible/group_vars/all/work.yml" )
206206 print ("based on all the tools found in php_tools/ directory." )
207207 print ()
208208 print ("Positional arguments:" )
209- print (" [PHP-EXT] Specify None, one or more PHP tools to generate group_vars for." )
209+ print (" [PHP-TOOL] Specify None, one or more PHP tools to generate group_vars for." )
210210 print (" When no PHP tool is specified (argument is omitted), group_vars" )
211211 print (" for all tools will be genrated." )
212212 print (" When one or more PHP tool are specified, only group_vars for" )
@@ -219,9 +219,9 @@ def print_help() -> None:
219219 print (" the changes to take effect, before building the image." )
220220 print ("Optional arguments:" )
221221 print (" -i Ignore dependent tools." )
222- print (" By default each exentions is checked for build dependencies of other" )
223- print (" tools. For example many tools build against libxml ext. " )
224- print (" By specifying -i, those dependencies are not beeing added to" )
222+ print (" By default each tool is checked for dependencies of other" )
223+ print (" tools." )
224+ print (" By specifying -i, those dependent tools are not beeing added to" )
225225 print (" ansible group_vars. Use at your own risk." )
226226
227227
0 commit comments