Make sure "seleniumbase" is typed before the console scripts commands

This commit is contained in:
Michael Mintz 2018-12-14 05:11:36 -05:00
parent 1201201e43
commit 30fbc9d160
1 changed files with 7 additions and 6 deletions

View File

@ -40,12 +40,13 @@ def show_basic_usage():
print("")
print("Commands with parameters:")
print("")
print(" install [DRIVER_NAME]")
print(" mkdir [NEW_TEST_DIRECTORY_NAME]")
print(" convert [PYTHON_WEBDRIVER_UNITTEST_FILE]")
print(" download server")
print(" grid-hub {start|stop|restart} [OPTIONS]")
print(" grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]")
print(" seleniumbase")
print(" install [DRIVER_NAME]")
print(" mkdir [NEW_TEST_DIRECTORY_NAME]")
print(" convert [PYTHON_WEBDRIVER_UNITTEST_FILE]")
print(" download server")
print(" grid-hub {start|stop|restart} [OPTIONS]")
print(" grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]")
print("")