Yuta HIGUCHI
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
......@@ -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;
......