summaryrefslogtreecommitdiffhomepage
path: root/bin/ryu-client
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ryu-client')
-rwxr-xr-xbin/ryu-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ryu-client b/bin/ryu-client
index 9d5c7e4b..dc1f6970 100755
--- a/bin/ryu-client
+++ b/bin/ryu-client
@@ -43,7 +43,7 @@ def client_test():
'create_port': lambda a: client.create_port(a[1], a[2], a[3]),
'update_port': lambda a: client.update_port(a[1], a[2], a[3]),
'delete_port': lambda a: client.delete_port(a[1], a[2], a[3])
- }
+ }
# allow '-', instead of '_'
commands.update(dict([(k.replace('_', '-'), v)