Trivial: Fix config help text about clock syncing

Closes-Bug: #2091593
Change-Id: I9798359b12de8c427263e8fc25f79b6f033211c4
This commit is contained in:
cid
2025-02-01 08:41:45 +01:00
parent b612bde7fa
commit a8b7b75e72

View File

@@ -256,7 +256,7 @@ cli_opts = [
cfg.StrOpt('ntp_server',
default=APARAMS.get('ipa-ntp-server', None),
help='Address of a single NTP server against which the '
'agent should sync the hardware clock prior to '
'agent should sync the system software clock prior to '
'rebooting to an instance.'),
cfg.BoolOpt('fail_if_clock_not_set',
default=False,