File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,13 @@ def show_basic_usage():
40
40
print ("" )
41
41
print ("Commands with parameters:" )
42
42
print ("" )
43
- print (" install [DRIVER_NAME]" )
44
- print (" mkdir [NEW_TEST_DIRECTORY_NAME]" )
45
- print (" convert [PYTHON_WEBDRIVER_UNITTEST_FILE]" )
46
- print (" download server" )
47
- print (" grid-hub {start|stop|restart} [OPTIONS]" )
48
- print (" grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]" )
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]" )
49
50
print ("" )
50
51
51
52
You can’t perform that action at this time.
0 commit comments