Skip to content

Commit be21521

Browse files
committed
Fix argument description
1 parent 7bf93f5 commit be21521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def callback(group):
131131
"--quiet",
132132
"-q",
133133
action="store_true",
134-
help=_("Don't flush the output to stdout."),
134+
help=_("Don't print version banner."),
135135
)
136136
parser.add_argument(
137137
"--version",

0 commit comments

Comments
 (0)