show switch group stats CLI support
diff --git a/cli/sdncon/rest/views.py b/cli/sdncon/rest/views.py
index 760f11f..44af953 100755
--- a/cli/sdncon/rest/views.py
+++ b/cli/sdncon/rest/views.py
@@ -409,6 +409,8 @@
     #url = controller_url('core', 'switch', dpid, stattype, 'json')
     if stattype == 'group':
         stattype = 'groupStats'
+    if stattype == 'groupdesc':
+        stattype = 'groupDesc'
     url = "http://localhost:8080/wm/floodlight/core/switch/%s/%s/json" % (dpid, stattype)
     return get_sdnplatform_response(url)