From e3708a1ef12d80a2a34f412ad415798efb7aa07e 2011-03-25 06:23:21 From: MinRK Date: 2011-03-25 06:23:21 Subject: [PATCH] add '-pylab osx' reference in ipapp argparse help --- diff --git a/IPython/frontend/terminal/ipapp.py b/IPython/frontend/terminal/ipapp.py index 1e51e43..46956ca 100755 --- a/IPython/frontend/terminal/ipapp.py +++ b/IPython/frontend/terminal/ipapp.py @@ -299,7 +299,7 @@ class IPAppConfigLoader(BaseAppConfigLoader): nargs='?', const='auto', metavar='gui-mode', help="Pre-load matplotlib and numpy for interactive use. "+ "If no value is given, the gui backend is matplotlib's, else use "+ - "one of: ['tk', 'qt', 'wx', 'gtk'].") + "one of: ['tk', 'qt', 'wx', 'gtk', 'osx'].") # Legacy GUI options. Leave them in for backwards compatibility, but the # 'thread' names are really a misnomer now.