onos-local-log now works with buck run

Change-Id: I086ed7e4825ba19d920815f5946bf778bb90f3c6
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile
index 4999963..79f80f2 100644
--- a/tools/dev/bash_profile
+++ b/tools/dev/bash_profile
@@ -59,7 +59,7 @@
 alias obi=deprecatedAlias
 alias obs=deprecatedAlias
 
-alias ok='buck run onos-local'
+alias ok='buck run onos-local --'
 alias oh='onos localhost halt'
 
 alias ol='onos-log'