Correct IP to reset local pod
Change-Id: Id54f37e4f9be812b35a9af544e7f4c7d786244df
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index 729acab..6b4d24e 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -57,7 +57,7 @@
```
cd CORD_ROOT/orchestration/profiles/ecord/examples/
chmod +x reset-local.sh
- ./reset-local.sh YOUR_GLOBAL_NODE_IP YOUR_PATH_TO_ONOS_FABRIC_JSON_CONFIG_FILE YOUR_PATH_TO_THE_ONOS_CORD_JSON_CONFIG_FILE
+ ./reset-local.sh YOUR_LOCAL_NODE_IP YOUR_PATH_TO_ONOS_FABRIC_JSON_CONFIG_FILE YOUR_PATH_TO_THE_ONOS_CORD_JSON_CONFIG_FILE
```
an example of the last one is:
```