Skip to content

Commit 30fbc9d

Browse files
committed
Make sure "seleniumbase" is typed before the console scripts commands
1 parent 1201201 commit 30fbc9d

File tree

1 file changed

+7
-6
lines changed
  • seleniumbase/console_scripts

1 file changed

+7
-6
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,13 @@ def show_basic_usage():
4040
print("")
4141
print("Commands with parameters:")
4242
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]")
4950
print("")
5051

5152

0 commit comments

Comments
 (0)