diff --git a/mininet/cli.py b/mininet/cli.py index f7502f6..5418d69 100644 --- a/mininet/cli.py +++ b/mininet/cli.py @@ -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 )