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:
Yuta HIGUCHI 2014-12-04 12:06:27 -08:00 committed by Gerrit Code Review
parent dfde7ab392
commit 4712e21d96

View File

@ -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;