Skip to content

Commit 6dfda95

Browse files
committed
Update the output for "seleniumbase options"
1 parent 6e6ab84 commit 6dfda95

File tree

1 file changed

+1
-1
lines changed
  • seleniumbase/console_scripts

1 file changed

+1
-1
lines changed

seleniumbase/console_scripts/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def show_options():
474474
print(' n: Next line of method. s: Step through. c: Continue.)')
475475
print('--pdb (Enter Debug Mode if a test fails. h: Help. c: Continue.')
476476
print(' where: Stacktrace location. u: Up stack. d: Down stack.')
477-
print(' longlist: Stack code. dir(): List objects in namespace.)')
477+
print(' longlist / ll: See code. dir(): List namespace objects.)')
478478
print('-x (Stop running the tests after the first failure is reached.)')
479479
print('--archive-logs (Archive old log files instead of deleting them.)')
480480
print('--save-screenshot (Save a screenshot at the end of each test.)')

0 commit comments

Comments
 (0)