File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def show_usage():
39
39
sc = ""
40
40
sc += ' Type "sbase help [COMMAND]" for specific command info.\n '
41
41
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 '
43
43
if "linux" not in sys .platform :
44
44
c1 = colorama .Fore .BLUE + colorama .Back .LIGHTCYAN_EX
45
45
c2 = colorama .Fore .BLUE + colorama .Back .LIGHTGREEN_EX
@@ -90,7 +90,7 @@ def show_basic_usage():
90
90
sc += " download server (The Selenium Grid JAR file)\n "
91
91
sc += " grid-hub [start|stop] [OPTIONS]\n "
92
92
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 '
94
94
sc += ""
95
95
if "linux" not in sys .platform :
96
96
c1 = colorama .Fore .BLUE + colorama .Back .LIGHTCYAN_EX
You can’t perform that action at this time.
0 commit comments