##// END OF EJS Templates
Removing useless help text from "-i" command line option.
Nathan Goldbaum -
Show More
@@ -171,8 +171,7 b" frontend_flags['quick']=("
171
171
172 frontend_flags['i'] = (
172 frontend_flags['i'] = (
173 {'TerminalIPythonApp' : {'force_interact' : True}},
173 {'TerminalIPythonApp' : {'force_interact' : True}},
174 """If running code from the command line, become interactive afterwards.
174 """If running code from the command line, become interactive afterwards."""
175 Note: can also be given simply as '-i'."""
176 )
175 )
177 flags.update(frontend_flags)
176 flags.update(frontend_flags)
178
177
General Comments 0
You need to be logged in to leave comments. Login now