From 3ba763b838e56da007872b8d029609564d7b47b2 2014-10-02 21:39:30 From: Nathan Goldbaum Date: 2014-10-02 21:39:30 Subject: [PATCH] Removing useless help text from "-i" command line option. --- diff --git a/IPython/terminal/ipapp.py b/IPython/terminal/ipapp.py index 7de0339..8d70e8f 100755 --- a/IPython/terminal/ipapp.py +++ b/IPython/terminal/ipapp.py @@ -171,8 +171,7 @@ frontend_flags['quick']=( frontend_flags['i'] = ( {'TerminalIPythonApp' : {'force_interact' : True}}, - """If running code from the command line, become interactive afterwards. - Note: can also be given simply as '-i'.""" + """If running code from the command line, become interactive afterwards.""" ) flags.update(frontend_flags)