Skip to content

Commit 1356615

Browse files
committed
Update console scripts
1 parent d23ac70 commit 1356615

File tree

1 file changed

+6
-6
lines changed
  • seleniumbase/console_scripts

1 file changed

+6
-6
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
def show_usage():
3232
show_basic_usage()
3333
sc = ("")
34-
sc += (' Type "sbase help [COMMAND]" for specific command info.\n')
35-
sc += (' For info on all commands, type: "seleniumbase --help".\n')
36-
sc += (' * (Use "pytest" for running tests) *\n')
34+
sc += (' Type "sbase help [COMMAND]" for specific command info.\n')
35+
sc += (' For info on all commands, type: "seleniumbase --help".\n')
36+
sc += (' * (Use "pytest" for running tests) *\n')
3737
if "linux" not in sys.platform:
3838
colorama.init(autoreset=True)
3939
c1 = colorama.Fore.BLUE + colorama.Back.LIGHTCYAN_EX
@@ -57,8 +57,8 @@ def show_basic_usage():
5757
print("%s" % get_version()[0:1])
5858
print("")
5959
sc = ("")
60-
sc += (' * Usage: "seleniumbase [COMMAND] [PARAMETERS]"\n')
61-
sc += (' * (simplified): "sbase [COMMAND] [PARAMETERS]"\n')
60+
sc += ('* Usage: "seleniumbase [COMMAND] [PARAMETERS]"\n')
61+
sc += ('* (simplified): "sbase [COMMAND] [PARAMETERS]"\n')
6262
sc += ("\n")
6363
sc += ("COMMANDS:\n")
6464
sc += (" install [DRIVER_NAME] [OPTIONS]\n")
@@ -77,7 +77,7 @@ def show_basic_usage():
7777
sc += (" download server (Selenium Server JAR file)\n")
7878
sc += (" grid-hub [start|stop] [OPTIONS]\n")
7979
sc += (" grid-node [start|stop] --hub=[HUB_IP] [OPTIONS]\n")
80-
sc += (' * (EXAMPLE: "sbase install chromedriver latest") *\n')
80+
sc += (' * (EXAMPLE: "sbase install chromedriver latest") *\n')
8181
sc += ("")
8282
if "linux" not in sys.platform:
8383
colorama.init(autoreset=True)

0 commit comments

Comments
 (0)