Skip to content

Commit 2965ed1

Browse files
committed
Update the documentation
1 parent fca4f9a commit 2965ed1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ COMMANDS:
197197
get / install [DRIVER] [OPTIONS]
198198
methods (List common Python methods)
199199
options (List common pytest options)
200-
behave-options (List common Behave options)
200+
behave-options (List common behave options)
201201
gui / commander [OPTIONAL PATH or TEST FILE]
202202
behave-gui (SBase Commander for Behave)
203203
mkdir [DIRECTORY] [OPTIONS]

seleniumbase/console_scripts/ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ COMMANDS:
1515
get / install [DRIVER] [OPTIONS]
1616
methods (List common Python methods)
1717
options (List common pytest options)
18+
behave-options (List common behave options)
1819
gui / commander [OPTIONAL PATH or TEST FILE]
1920
behave-gui (SBase Commander for Behave)
2021
mkdir [DIRECTORY] [OPTIONS]

seleniumbase/console_scripts/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def show_basic_usage():
8080
sc += " get / install [DRIVER] [OPTIONS]\n"
8181
sc += " methods (List common Python methods)\n"
8282
sc += " options (List common pytest options)\n"
83-
sc += " behave-options (List common Behave options)\n"
83+
sc += " behave-options (List common behave options)\n"
8484
sc += " gui / commander [OPTIONAL PATH or TEST FILE]\n"
8585
sc += " behave-gui (SBase Commander for Behave)\n"
8686
sc += " mkdir [DIRECTORY] [OPTIONS]\n"

0 commit comments

Comments
 (0)