Changed help message to be a bit clearer.
This commit is contained in:
+2
-1
@@ -82,7 +82,8 @@ class CLI( Cmd ):
|
|||||||
' mininet> h2 ping h3\n'
|
' mininet> h2 ping h3\n'
|
||||||
'should work.\n'
|
'should work.\n'
|
||||||
'\n'
|
'\n'
|
||||||
'Interactive commands are not supported yet.\n' )
|
'Interactive commands that require user input are '
|
||||||
|
'not (yet) supported.\n\n' )
|
||||||
if args is "":
|
if args is "":
|
||||||
self.stdout.write( helpStr )
|
self.stdout.write( helpStr )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user