[VOL-3522] Exposing OltRebootDelay option and releasing 1.1.3

Change-Id: I56ceced38fd7f003a27fc76b0ee649d9729d6b68
diff --git a/docs/source/bbsim_config.rst b/docs/source/bbsim_config.rst
index 0ddbe1e..9c4d8dc 100644
--- a/docs/source/bbsim_config.rst
+++ b/docs/source/bbsim_config.rst
@@ -10,47 +10,50 @@
 .. code:: bash
 
    $ ./bbsim --help
-   Usage of ./bbsim:
-     -api_address string
-           IP address:port
-     -authRetry
-           Set this flag if BBSim should retry EAPOL (Authentication) upon failure until success
-     -ca string
-           Set the mode for controlled activation of PON ports and ONUs
-     -config string
-           Configuration file path
-     -cpuprofile string
-           write cpu profile to file
-     -delay int
-           The delay between ONU DISCOVERY batches in milliseconds (1 ONU per each PON PORT at a time
-     -dhcpRetry
-           Set this flag if BBSim should retry DHCP upon failure until success
-     -enableEvents
-           Enable sending BBSim events on configured kafka server
-     -enableperf
-           Setting this flag will cause BBSim to not store data like traffic schedulers, flows of ONUs etc..
-     -kafkaAddress string
-           IP:Port for kafka
-     -kafkaEventTopic string
-           Ability to configure the topic on which BBSim publishes events on Kafka
-     -logCaller
-           Whether to print the caller filename or not
-     -logLevel string
-           Set the log level (trace, debug, info, warn, error)
-     -nni int
-           Number of NNI ports per OLT device to be emulated
-     -olt_id int
-           OLT device ID
-     -onu int
-           Number of ONU devices per PON port to be emulated
-     -openolt_address string
-           IP address:port
-     -pon int
-           Number of PON ports per OLT device to be emulated
-     -rest_api_address string
-           IP address:port
-     -services string
-           Service Configuration file path
+   Usage of /app/bbsim:
+      -api_address string
+            IP address:port (default ":50070")
+      -authRetry
+            Set this flag if BBSim should retry EAPOL (Authentication) upon failure until success
+      -ca string
+            Set the mode for controlled activation of PON ports and ONUs (default "default")
+      -config string
+            Configuration file path (default "configs/bbsim.yaml")
+      -cpuprofile string
+            write cpu profile to file
+      -delay int
+            The delay between ONU DISCOVERY batches in milliseconds (1 ONU per each PON PORT at a time (default 200)
+      -dhcpRetry
+            Set this flag if BBSim should retry DHCP upon failure until success
+      -enableEvents
+            Enable sending BBSim events on configured kafka server
+      -enableperf
+            Setting this flag will cause BBSim to not store data like traffic schedulers, flows of ONUs etc..
+      -kafkaAddress string
+            IP:Port for kafka (default ":9092")
+      -kafkaEventTopic string
+            Ability to configure the topic on which BBSim publishes events on Kafka
+      -logCaller
+            Whether to print the caller filename or not
+      -logLevel string
+            Set the log level (trace, debug, info, warn, error) (default "debug")
+      -nni int
+            Number of NNI ports per OLT device to be emulated (default 1)
+      -oltRebootDelay int
+            Time that BBSim should before restarting after a reboot (default 60)
+      -olt_id int
+            OLT device ID
+      -onu int
+            Number of ONU devices per PON port to be emulated (default 1)
+      -openolt_address string
+            IP address:port (default ":50060")
+      -pon int
+            Number of PON ports per OLT device to be emulated (default 1)
+      -rest_api_address string
+            IP address:port (default ":50071")
+      -services string
+            Service Configuration file path (default "configs/att-services.yaml")
+
 
 
 ``BBSim`` also looks for a configuration file in ``configs/bbsim.yaml`` from