We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 085a802 + d08a3d0 commit e92916bCopy full SHA for e92916b
flask_script/commands.py
@@ -260,12 +260,12 @@ def get_options(self):
260
action="store_true",
261
dest='no_ipython',
262
default=not(self.use_ipython),
263
- help="Do not use the BPython shell"),
+ help="Do not use the IPython shell"),
264
Option('--no-bpython',
265
266
dest='no_bpython',
267
default=not(self.use_bpython),
268
- help="Do not use the IPython shell"),
+ help="Do not use the BPython shell"),
269
)
270
271
def get_context(self):
0 commit comments