@@ -27,8 +27,7 @@ def show_usage():
2727 show_basic_usage ()
2828 print ('Type "seleniumbase --help" for details on all commands.' )
2929 print ('Type "seleniumbase help [COMMAND]" for specific command info.' )
30- print ('Type "pytest [FILE_OR_DIR]" to run tests in the given location.' )
31- print ('Type "pytest --help" to learn more about running tests.\n ' )
30+ print ('Use "pytest" for running tests.\n ' )
3231
3332
3433def show_basic_usage ():
@@ -38,15 +37,14 @@ def show_basic_usage():
3837 print ('Usage: "seleniumbase [COMMAND] [PARAMETERS]"' )
3938 print (' * (Example: "seleniumbase install chromedriver")' )
4039 print ("" )
41- print ("Commands with parameters:" )
42- print ("" )
43- print (" seleniumbase" )
44- print (" install [DRIVER_NAME]" )
45- print (" mkdir [NEW_TEST_DIRECTORY_NAME]" )
46- print (" convert [PYTHON_WEBDRIVER_UNITTEST_FILE]" )
47- print (" download server" )
48- print (" grid-hub {start|stop|restart} [OPTIONS]" )
49- print (" grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]" )
40+ print ("Commands:" )
41+ print (" seleniumbase" )
42+ print (" install [DRIVER_NAME]" )
43+ print (" mkdir [NEW_TEST_DIRECTORY_NAME]" )
44+ print (" convert [PYTHON_WEBDRIVER_UNITTEST_FILE]" )
45+ print (" download server" )
46+ print (" grid-hub {start|stop|restart} [OPTIONS]" )
47+ print (" grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]" )
5048 print ("" )
5149
5250
@@ -104,7 +102,7 @@ def show_download_usage():
104102 print ("" )
105103 print (" Usage:" )
106104 print (" seleniumbase download [ITEM]" )
107- print (" (Options : server" )
105+ print (" (Choices : server) " )
108106 print (" Example:" )
109107 print (" seleniumbase download server" )
110108 print (" Output:" )
0 commit comments