mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
IntentPushTestCommand: removing space in 'name'
- --help result will uses this text, which looks as if there are multiple arguments, when the text includes spaces Change-Id: I96764cb41bd6ab6c95a5a3838b6a3a42a295f68a
This commit is contained in:
parent
dfde7ab392
commit
4712e21d96
@ -70,7 +70,7 @@ public class IntentPushTestCommand extends AbstractShellCommand
|
||||
String egressDeviceString = null;
|
||||
|
||||
|
||||
@Argument(index = 2, name = "Intents per appId",
|
||||
@Argument(index = 2, name = "IntentsPerAppId",
|
||||
description = "Number of intents per appId",
|
||||
required = true, multiValued = false)
|
||||
String intentsPerAppId = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user