##// 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 172 frontend_flags['i'] = (
173 173 {'TerminalIPythonApp' : {'force_interact' : True}},
174 """If running code from the command line, become interactive afterwards.
175 Note: can also be given simply as '-i'."""
174 """If running code from the command line, become interactive afterwards."""
176 175 )
177 176 flags.update(frontend_flags)
178 177
General Comments 0
You need to be logged in to leave comments. Login now