Autogenerate man page for mnexec.

This commit is contained in:
Bob Lantz
2012-07-06 23:18:24 -07:00
parent 89a6dea7f9
commit d85a58feeb
3 changed files with 36 additions and 18 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ def addDictOption( opts, choicesDict, default, name, helpStr=None ):
def version( *_args ):
"Print Mininet version and exit"
print "mn (Mininet %s)" % VERSION
print "%s" % VERSION
exit()
class MininetRunner( object ):