examples: Fix typo in he-wifi-network

This commit is contained in:
Sébastien Deronne
2018-11-07 21:14:38 +01:00
parent c8a500f5a8
commit af7f2c274c

View File

@@ -75,7 +75,7 @@ int main (int argc, char *argv[])
cmd.AddValue ("simulationTime", "Simulation time in seconds", simulationTime);
cmd.AddValue ("udp", "UDP if set to 1, TCP otherwise", udp);
cmd.AddValue ("useRts", "Enable/disable RTS/CTS", useRts);
cmd.AddValue ("mcs", "if set, limit testing to a specific MCS (0-7)", mcs);
cmd.AddValue ("mcs", "if set, limit testing to a specific MCS (0-11)", mcs);
cmd.AddValue ("minExpectedThroughput", "if set, simulation fails if the lowest throughput is below this value", minExpectedThroughput);
cmd.AddValue ("maxExpectedThroughput", "if set, simulation fails if the highest throughput is above this value", maxExpectedThroughput);
cmd.Parse (argc,argv);