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:
bandorf 2020-08-10 17:17:29 +02:00
parent 79dd8cad21
commit caffc7fbcf

View File

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