Fix typo: s/then/than 98/82298/2
authorjluhrsen <jluhrsen@gmail.com>
Tue, 28 May 2019 19:34:31 +0000 (12:34 -0700)
committerRobert Varga <nite@hq.sk>
Wed, 29 May 2019 18:43:59 +0000 (18:43 +0000)
Change-Id: Iee0d7d34f4bdcd24b3baadb54820a7060c205d4b
Signed-off-by: jluhrsen <jluhrsen@gmail.com>
(cherry picked from commit 3392af44f061e24dd352eb6cb57da5ab65fefa6e)

docs/user-guide.rst
netconf/tools/netconf-testtool/src/main/java/org/opendaylight/netconf/test/tool/TesttoolParameters.java

index 50694dbf88809b0064fc017138084aa5d0bb4d37..4b80555690bcb90f88422695cf8890a268db9b60 100644 (file)
@@ -865,7 +865,7 @@ Testtool help
       --device-count DEVICES-COUNT
                              Number of simulated netconf devices to spin. This is the number of actual ports open for the devices.
       --devices-per-port DEVICES-PER-PORT
-                             Amount of config files generated per port to spoof more devices then are actually running
+                             Amount of config files generated per port to spoof more devices than are actually running
       --schemas-dir SCHEMAS-DIR
                              Directory containing yang schemas to describe simulated devices. Some schemas e.g. netconf monitoring and inet types are included by default
       --notification-file NOTIFICATION-FILE
index 6522de76751fb342a0de420499d11b1bb13b88c3..3ba5fece8d1621aeede7933e27cd62566c095566 100644 (file)
@@ -151,7 +151,7 @@ public class TesttoolParameters {
         parser.addArgument("--devices-per-port")
                 .type(Integer.class)
                 .setDefault(1)
-                .help("Amount of config files generated per port to spoof more devices then are actually running")
+                .help("Amount of config files generated per port to spoof more devices than are actually running")
                 .dest("devices-per-port");
 
         parser.addArgument("--schemas-dir")