Skip to content

Commit 5eac2a8

Browse files
committed
Changed help message to be a bit clearer.
1 parent 5791f32 commit 5eac2a8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mininet/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ def do_help( self, args ):
8282
' mininet> h2 ping h3\n'
8383
'should work.\n'
8484
'\n'
85-
'Interactive commands are not supported yet.\n' )
85+
'Interactive commands that require user input are '
86+
'not (yet) supported.\n\n' )
8687
if args is "":
8788
self.stdout.write( helpStr )
8889

0 commit comments

Comments
 (0)