Provide option to run NLSR in dry-run mode
refs: #4326
Change-Id: Icd84ae1f59acadac478e8a3425e21fd02d86bdf8
diff --git a/docs/GETTING-STARTED.md b/docs/GETTING-STARTED.md
index 205d2eb..84e204e 100644
--- a/docs/GETTING-STARTED.md
+++ b/docs/GETTING-STARTED.md
@@ -59,11 +59,16 @@
#### Routing options
-To run NLSR with hyperbolic routing enabled, use the `--hr` parameter:
+To run NLSR with hyperbolic routing enabled, use the `--routing` parameter:
- sudo minindn --hr
+ sudo minindn --routing hr
-Topology files given under ndn_utils/topologies/minindn* have hyperbolic coordinates configured and can be used with this option.
+Topology files given under ndn_utils/topologies/minindn* have hyperbolic coordinates configured
+and can be used with this option.
+
+To run NLSR in dry-run mode, use the `--routing` parameter:
+
+ sudo minindn --routing dry
To configure the max number of faces added by NLSR to reach each name prefix, use the `--faces`
parameter: