Skip to content

Commit eddf3eb

Browse files
Dev-Sinha13lhercot
authored andcommitted
[ignore] fixed enhanced log description
1 parent f92fa61 commit eddf3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/modules/aci_syslog_group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
description:
6666
- Format of the console log messages.
6767
- If unset during creation and O(format) is provided then it is set to the same value as format. If O(format) is not provided it is set to C(aci).
68-
- C(rfc5424-ts) is only available starting from ACI version 5.2(8).
69-
- C(enhanced_log) is only available starting from ACI version 6.0(9d) and is an alias to C(rfc5424-ts).
68+
- The option C(rfc5424-ts) is only available in ACI version 5.2(8) or later.
69+
- The option C(enhanced_log) is only available in ACI version 6.0(9d) or later and is an alias to C(rfc5424-ts).
7070
type: str
7171
choices: [ aci, nxos, rfc5424-ts, enhanced_log ]
7272
include_ms:

0 commit comments

Comments
 (0)