Show More
@@ -104,7 +104,11 b' def main():' | |||
|
104 | 104 | kgroup.add_argument('-e', '--existing', action='store_true', |
|
105 | 105 | help='connect to an existing kernel') |
|
106 | 106 | kgroup.add_argument('--ip', type=str, default=LOCALHOST, |
|
107 | help='set the kernel\'s IP address [default localhost]') | |
|
107 | help=\ | |
|
108 | "set the kernel\'s IP address [default localhost].\ | |
|
109 | If the IP address is something other than localhost, then \ | |
|
110 | Consoles on other machines will be able to connect\ | |
|
111 | to the Kernel, so be careful!") | |
|
108 | 112 | kgroup.add_argument('--xreq', type=int, metavar='PORT', default=0, |
|
109 | 113 | help='set the XREQ channel port [default random]') |
|
110 | 114 | kgroup.add_argument('--sub', type=int, metavar='PORT', default=0, |
General Comments 0
You need to be logged in to leave comments.
Login now