[qca-ssdk-shell] update shell format to follow ssdk uci format..

update shell command format to follow ssdk uci format.

Change-Id: Ia5511da042619f657c77c7ce0b24a0fb83498ea9
Signed-off-by: esong <song@codeaurora.org>
diff --git a/src/shell/shell_config.c b/src/shell/shell_config.c
index 362f7de..f4df6b7 100755
--- a/src/shell/shell_config.c
+++ b/src/shell/shell_config.c
@@ -70,8 +70,8 @@
 			{"congedrop", "get", "get congestion drop of port queue", "<port_id> <queue_id>", SW_API_PT_CONGESTION_DROP_GET, NULL},
 			{"ringfcthres", "set", "set ring flow ctrl of ring", "<ring_id> <on_thres> <off_thres>", SW_API_PT_RING_FLOW_CTRL_THRES_SET, NULL},
 			{"ringfcthres", "get", "get ring flow ctrl of ring", "<ring_id>", SW_API_PT_RING_FLOW_CTRL_THRES_GET, NULL},
-            {"8023az", "set", "set 8023az status of a port", "<port_id> <enable|disable>", SW_API_PT_8023AZ_SET, NULL},
-            {"8023az", "get", "get 8023az status of a port", "<port_id>", SW_API_PT_8023AZ_GET, NULL},
+            {"Ieee8023az", "set", "set 8023az status of a port", "<port_id> <enable|disable>", SW_API_PT_8023AZ_SET, NULL},
+            {"Ieee8023az", "get", "get 8023az status of a port", "<port_id>", SW_API_PT_8023AZ_GET, NULL},
             {"crossover", "set", "set crossover mode of a port", "<port_id> <auto|mdi|mdix>", SW_API_PT_MDIX_SET, NULL},
             {"crossover", "get", "get crossover mode of a port", "<port_id>", SW_API_PT_MDIX_GET, NULL},
             {"crossover", "status", "get current crossover status of a port", "<port_id>", SW_API_PT_MDIX_STATUS_GET, NULL},
@@ -84,9 +84,9 @@
             {"localLoopback", "get", "get local loopback of a port", "<port_id>", SW_API_PT_LOCAL_LOOPBACK_GET, NULL},
             {"remoteLoopback", "set", "set remote loopback of a port", "<port_id> <enable|disable>", SW_API_PT_REMOTE_LOOPBACK_SET, NULL},
             {"remoteLoopback", "get", "get remote loopback of a port", "<port_id>", SW_API_PT_REMOTE_LOOPBACK_GET, NULL},
-            {"reset", "start", "reset phy of a port", "<port_id>", SW_API_PT_RESET, NULL},
-            {"power", "off", "power off  phy of a port", "<port_id>", SW_API_PT_POWER_OFF, NULL},
-            {"power", "on", "power on phy of a port", "<port_id>", SW_API_PT_POWER_ON, NULL},
+            {"reset", "set", "reset phy of a port", "<port_id>", SW_API_PT_RESET, NULL},
+            {"poweroff", "set", "power off phy of a port", "<port_id>", SW_API_PT_POWER_OFF, NULL},
+            {"poweron", "set", "power on phy of a port", "<port_id>", SW_API_PT_POWER_ON, NULL},
             {"magicFrameMac", "set", "set magic frame mac address  of a port", "<port_id> <mac_address>", SW_API_PT_MAGIC_FRAME_MAC_SET, NULL},
             {"magicFrameMac", "get", "get magic frame mac address  of a port", "<port_id>", SW_API_PT_MAGIC_FRAME_MAC_GET, NULL},
             {"phyId", "get", "get phy id of a port", "<port_id>", SW_API_PT_PHY_ID_GET, NULL},