File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
seleniumbase/console_scripts Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ COMMANDS:
197
197
get / install [DRIVER] [OPTIONS]
198
198
methods (List common Python methods)
199
199
options (List common pytest options)
200
- behave-options (List common Behave options)
200
+ behave-options (List common behave options)
201
201
gui / commander [OPTIONAL PATH or TEST FILE]
202
202
behave-gui (SBase Commander for Behave)
203
203
mkdir [DIRECTORY] [OPTIONS]
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ COMMANDS:
15
15
get / install [DRIVER] [OPTIONS]
16
16
methods (List common Python methods)
17
17
options (List common pytest options)
18
+ behave-options (List common behave options)
18
19
gui / commander [OPTIONAL PATH or TEST FILE]
19
20
behave-gui (SBase Commander for Behave)
20
21
mkdir [DIRECTORY] [OPTIONS]
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def show_basic_usage():
80
80
sc += " get / install [DRIVER] [OPTIONS]\n "
81
81
sc += " methods (List common Python methods)\n "
82
82
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 "
84
84
sc += " gui / commander [OPTIONAL PATH or TEST FILE]\n "
85
85
sc += " behave-gui (SBase Commander for Behave)\n "
86
86
sc += " mkdir [DIRECTORY] [OPTIONS]\n "
You can’t perform that action at this time.
0 commit comments