Skip to content

Commit fe5e2b0

Browse files
committed
Update the seleniumbase console scripts description
1 parent 2639f90 commit fe5e2b0

File tree

1 file changed

+10
-9
lines changed
  • seleniumbase/console_scripts

1 file changed

+10
-9
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,25 @@ 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('Use "pytest" for running tests.\n')
30+
print('* Use "pytest" for running tests. *\n')
3131

3232

3333
def show_basic_usage():
3434
seleniumbase_logo = logo_helper.get_seleniumbase_logo()
3535
print(seleniumbase_logo)
3636
print("")
3737
print('Usage: "seleniumbase [COMMAND] [PARAMETERS]"')
38-
print(' * (Example: "seleniumbase install chromedriver")')
3938
print("")
4039
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]")
40+
print(' "seleniumbase" +')
41+
print(" install [DRIVER_NAME]")
42+
print(" mkdir [NEW_TEST_DIRECTORY_NAME]")
43+
print(" convert [PYTHON_WEBDRIVER_UNITTEST_FILE]")
44+
print(" download server")
45+
print(" grid-hub {start|stop|restart} [OPTIONS]")
46+
print(" grid-node {start|stop|restart} --hub=[HUB_IP] [OPTIONS]")
47+
print("")
48+
print(' * (Example: "seleniumbase install chromedriver") *')
4849
print("")
4950

5051

0 commit comments

Comments
 (0)