Skip to content

Commit 6249349

Browse files
committed
Update SeleniumBase console scripts descriptions
1 parent 34063b0 commit 6249349

File tree

1 file changed

+3
-6
lines changed
  • seleniumbase/console_scripts

1 file changed

+3
-6
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def show_basic_usage():
4444
print(" inject-objects [SELENIUMBASE_PYTHON_FILE] [OPTIONS]")
4545
print(" objectify [SELENIUMBASE_PYTHON_FILE] [OPTIONS]")
4646
print(" revert-objects [SELENIUMBASE_PYTHON_FILE]")
47-
print(" download [ITEM]")
47+
print(" download server")
4848
print(" grid-hub [start|stop|restart] [OPTIONS]")
4949
print(" grid-node [start|stop|restart] --hub=[HUB_IP] [OPTIONS]")
5050
print(' * (EXAMPLE: "seleniumbase install chromedriver") *')
@@ -172,13 +172,10 @@ def show_download_usage():
172172
print(" ** download **")
173173
print("")
174174
print(" Usage:")
175-
print(" seleniumbase download [ITEM]")
176-
print(" (Choices: server)")
177-
print(" Example:")
178175
print(" seleniumbase download server")
179176
print(" Output:")
180-
print(" Downloads the specified item.")
181-
print(" (server is required for using your own Selenium Grid)")
177+
print(" Downloads the Selenium Standalone Server.")
178+
print(" (Server is required for using your own Selenium Grid.)")
182179
print("")
183180

184181

0 commit comments

Comments
 (0)