Committed by
Gerrit Code Review
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
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -70,7 +70,7 @@ public class IntentPushTestCommand extends AbstractShellCommand | ... | @@ -70,7 +70,7 @@ public class IntentPushTestCommand extends AbstractShellCommand |
70 | String egressDeviceString = null; | 70 | String egressDeviceString = null; |
71 | 71 | ||
72 | 72 | ||
73 | - @Argument(index = 2, name = "Intents per appId", | 73 | + @Argument(index = 2, name = "IntentsPerAppId", |
74 | description = "Number of intents per appId", | 74 | description = "Number of intents per appId", |
75 | required = true, multiValued = false) | 75 | required = true, multiValued = false) |
76 | String intentsPerAppId = null; | 76 | String intentsPerAppId = null; | ... | ... |
-
Please register or login to post a comment