Skip to content

Commit

Permalink
added more info to --ip in ipython-qtconsole -h
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 14, 2010
1 parent ffb1edd commit c3171e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion IPython/frontend/qt/console/ipythonqt.py
Expand Up @@ -104,7 +104,11 @@ def main():
kgroup.add_argument('-e', '--existing', action='store_true',
help='connect to an existing kernel')
kgroup.add_argument('--ip', type=str, default=LOCALHOST,
help='set the kernel\'s IP address [default localhost]')
help=\
"set the kernel\'s IP address [default localhost].\
If the IP address is something other than localhost, then \
Consoles on other machines will be able to connect\
to the Kernel, so be careful!")
kgroup.add_argument('--xreq', type=int, metavar='PORT', default=0,
help='set the XREQ channel port [default random]')
kgroup.add_argument('--sub', type=int, metavar='PORT', default=0,
Expand Down

0 comments on commit c3171e2

Please sign in to comment.