We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5791f32 commit 5eac2a8Copy full SHA for 5eac2a8
1 file changed
mininet/cli.py
@@ -82,7 +82,8 @@ def do_help( self, args ):
82
' mininet> h2 ping h3\n'
83
'should work.\n'
84
'\n'
85
- 'Interactive commands are not supported yet.\n' )
+ 'Interactive commands that require user input are '
86
+ 'not (yet) supported.\n\n' )
87
if args is "":
88
self.stdout.write( helpStr )
89
0 commit comments