From 74993b653692af7da81c7fab5eedf386171b5b78 Mon Sep 17 00:00:00 2001
From: Bob Lantz <rlantz@cs.stanford.edu>
Date: Fri, 12 Mar 2010 16:40:58 -0800
Subject: [PATCH] Changes to note neither ^C nor interactive commands work atm.

---
 mininet/cli.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mininet/cli.py b/mininet/cli.py
index 4c901784..45039b36 100644
--- a/mininet/cli.py
+++ b/mininet/cli.py
@@ -28,8 +28,7 @@
 Bugs/limitations:
 
 - Interactive commands are not supported at the moment;
-  notably, if you type 'ping h1', you can control-C it, but
-  it breaks the CLI and your network. ;-(
+  notably, if you type 'ping h1', you can't interrupt it.
   For now, we recommend limiting CLI use to non-interactive
   commands which terminate in a reasonable amount of time.
 
@@ -74,7 +73,7 @@ def do_help( self, args ):
                    ' mininet> h0 ping -c1 h1\n'
                    'should work.\n'
                    '\n'
-                   'Interactive commands are not really supported yet,\n'
+                   'Interactive commands are not supported yet,\n'
                    'so please limit commands to ones that do not\n'
                    'require user interaction and will terminate\n'
                    'after a reasonable amount of time.\n' )
-- 
GitLab