@@ -66,10 +66,10 @@ def show_basic_usage():
6666 sc += ("\n " )
6767 sc += ("COMMANDS:\n " )
6868 sc += (" install [DRIVER] [OPTIONS]\n " )
69+ sc += (" options (List common pytest options)\n " )
6970 sc += (" mkdir [DIRECTORY] [OPTIONS]\n " )
7071 sc += (" mkfile [FILE.py] [OPTIONS]\n " )
71- sc += (" mkpres [FILE.py] [LANGUAGE OPTIONS]\n " )
72- sc += (" options (List common pytest options)\n " )
72+ sc += (" mkpres [FILE.py] [LANG]\n " )
7373 sc += (" print [FILE] [OPTIONS]\n " )
7474 sc += (" translate [SB_FILE.py] [LANG] [ACTION]\n " )
7575 sc += (" convert [WEBDRIVER_UNITTEST_FILE.py]\n " )
@@ -79,7 +79,7 @@ def show_basic_usage():
7979 sc += (" revert-objects [SB_FILE.py] [OPTIONS]\n " )
8080 sc += (" encrypt (OR: obfuscate)\n " )
8181 sc += (" decrypt (OR: unobfuscate)\n " )
82- sc += (" download server (Selenium Server JAR file)\n " )
82+ sc += (" download server (The Selenium Grid JAR file)\n " )
8383 sc += (" grid-hub [start|stop] [OPTIONS]\n " )
8484 sc += (" grid-node [start|stop] --hub=[HOST/IP]\n " )
8585 sc += (' * (EXAMPLE: "sbase install chromedriver latest") *\n ' )
@@ -193,10 +193,10 @@ def show_mkpres_usage():
193193 print (sc )
194194 print ("" )
195195 print (" Usage:" )
196- print (" seleniumbase mkpres [FILE.py] [LANGUAGE OPTIONS ]" )
197- print (" OR: sbase mkpres [FILE.py] [LANGUAGE OPTIONS ]" )
196+ print (" seleniumbase mkpres [FILE.py] [LANG ]" )
197+ print (" OR: sbase mkpres [FILE.py] [LANG ]" )
198198 print (" Example:" )
199- print (" sbase mkpres new_presentation.py" )
199+ print (" sbase mkpres new_presentation.py --en " )
200200 print (" Language Options:" )
201201 print (" --en / --English | --zh / --Chinese" )
202202 print (" --nl / --Dutch | --fr / --French" )
@@ -257,8 +257,8 @@ def show_translate_usage():
257257 print (sc )
258258 print ("" )
259259 print (" Usage:" )
260- print (" seleniumbase translate [SB_FILE.py] [LANGUAGE ] [ACTION]" )
261- print (" OR: sbase translate [SB_FILE.py] [LANGUAGE ] [ACTION]" )
260+ print (" seleniumbase translate [SB_FILE.py] [LANG ] [ACTION]" )
261+ print (" OR: sbase translate [SB_FILE.py] [LANG ] [ACTION]" )
262262 print (" Languages:" )
263263 print (" --en / --English | --zh / --Chinese" )
264264 print (" --nl / --Dutch | --fr / --French" )
@@ -309,8 +309,8 @@ def show_inject_objects_usage():
309309 print (sc )
310310 print ("" )
311311 print (" Usage:" )
312- print (" seleniumbase inject-objects [SB_FILE.py]" )
313- print (" OR: sbase inject-objects [SB_FILE.py]" )
312+ print (" seleniumbase inject-objects [SB_FILE.py] [OPTIONS] " )
313+ print (" OR: sbase inject-objects [SB_FILE.py] [OPTIONS] " )
314314 print (" Options:" )
315315 print (" -c, --comments (Add object selectors to the comments.)" )
316316 print (" (Default: No added comments.)" )
@@ -329,8 +329,8 @@ def show_objectify_usage():
329329 print (sc )
330330 print ("" )
331331 print (" Usage:" )
332- print (" seleniumbase objectify [SB_FILE.py]" )
333- print (" OR: sbase objectify [SB_FILE.py]" )
332+ print (" seleniumbase objectify [SB_FILE.py] [OPTIONS] " )
333+ print (" OR: sbase objectify [SB_FILE.py] [OPTIONS] " )
334334 print (" Options:" )
335335 print (" -c, --comments (Add object selectors to the comments.)" )
336336 print (" (Default: No added comments.)" )
@@ -352,8 +352,8 @@ def show_revert_objects_usage():
352352 print (sc )
353353 print ("" )
354354 print (" Usage:" )
355- print (" seleniumbase revert-objects [SB_FILE.py]" )
356- print (" OR: sbase revert-objects [SB_FILE.py]" )
355+ print (" seleniumbase revert-objects [SB_FILE.py] [OPTIONS] " )
356+ print (" OR: sbase revert-objects [SB_FILE.py] [OPTIONS] " )
357357 print (" Options:" )
358358 print (" -c, --comments (Keep existing comments for the lines.)" )
359359 print (" (Default: No comments are kept.)" )
0 commit comments