Avoid single quote in help text
Single quote in help text caused issues on Red Hat. In order to avoid issues on any platform, single quote (') has been removed. Change-Id: Iccab9a225539a1d87a6ad6bfd873a65d36b8a515 Story:2007978 Task: 40601
This commit is contained in:
parent
79dd8cad21
commit
caffc7fbcf
@ -442,7 +442,7 @@ def parse_arguments(parser):
|
||||
help="Statsd metric aggregation interval (seconds)",
|
||||
default=20)
|
||||
parser.add_argument('--agent_service_name',
|
||||
help="agent's systemd/sysv service name",
|
||||
help="systemd/sysv service name of agent",
|
||||
required=False,
|
||||
default='monasca-agent')
|
||||
parser.add_argument('--enable_logrotate', help="Controls log file rotation", default=True)
|
||||
|
Loading…
Reference in New Issue
Block a user