bin/trema in trema-0.4.3 vs bin/trema in trema-0.4.4

- old
+ new

@@ -58,9 +58,12 @@ c.switch [ :s, :tremashark ], :negatable => false c.desc "Specifies emulated network configuration" c.flag [ :c, :conf ] + c.desc "Disables initial flow cleanup for a connected switch" + c.switch [ :r, :no_flow_cleanup ], :negatable => false + c.action do | global_options, options, args | trema_run options end end