Changed help message to be a bit clearer.

This commit is contained in:
Bob Lantz
2010-03-26 18:47:41 -07:00
parent 5791f32a2d
commit 5eac2a8403
+2 -1
View File
@@ -82,7 +82,8 @@ class CLI( Cmd ):
' mininet> h2 ping h3\n'
'should work.\n'
'\n'
'Interactive commands are not supported yet.\n' )
'Interactive commands that require user input are '
'not (yet) supported.\n\n' )
if args is "":
self.stdout.write( helpStr )