Skip to content

Commit 89b1863

Browse files
Merge pull request #407 from Lrraymond13/fix-379
Changed 'scroll' to 'curtsies' in help message
2 parents e18e437 + 6dcfc37 commit 89b1863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/curtsies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
def main(args=None, locals_=None, banner=None):
2525
config, options, exec_args = bpargs.parse(args, (
26-
'scroll options', None, [
26+
'curtsies options', None, [
2727
Option('--log', '-L', action='store_true',
2828
help=_("log debug messages to bpython.log")),
2929
Option('--type', '-t', action='store_true',

0 commit comments

Comments
 (0)