Skip to content

Commit 2bce75e

Browse files
committed
Update console_scripts output
1 parent 951c9bf commit 2bce75e

File tree

1 file changed

+2
-2
lines changed
  • seleniumbase/console_scripts

1 file changed

+2
-2
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def show_usage():
3939
sc = ""
4040
sc += ' Type "sbase help [COMMAND]" for specific command info.\n'
4141
sc += ' For info on all commands, type: "seleniumbase --help".\n'
42-
sc += ' * (Use "pytest" for running tests) *\n'
42+
sc += ' Use "pytest" for running tests.\n'
4343
if "linux" not in sys.platform:
4444
c1 = colorama.Fore.BLUE + colorama.Back.LIGHTCYAN_EX
4545
c2 = colorama.Fore.BLUE + colorama.Back.LIGHTGREEN_EX
@@ -90,7 +90,7 @@ def show_basic_usage():
9090
sc += " download server (The Selenium Grid JAR file)\n"
9191
sc += " grid-hub [start|stop] [OPTIONS]\n"
9292
sc += " grid-node [start|stop] --hub=[HOST/IP]\n"
93-
sc += ' * (EXAMPLE: "sbase install chromedriver latest") *\n'
93+
sc += ' * (EXAMPLE: "sbase install chromedriver latest") *\n'
9494
sc += ""
9595
if "linux" not in sys.platform:
9696
c1 = colorama.Fore.BLUE + colorama.Back.LIGHTCYAN_EX

0 commit comments

Comments
 (0)