From 5eac2a84035251b12d32ca47a6e3d7a6199b095a Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 26 Mar 2010 18:47:41 -0700 Subject: [PATCH] Changed help message to be a bit clearer. --- mininet/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 )