mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix spelling mistake of occurrences
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
parent
77e5f894ce
commit
6820518982
1 changed files with 3 additions and 3 deletions
|
@ -5240,13 +5240,13 @@ def keyvalue(
|
|||
Return with success even if the file is not found (or not readable).
|
||||
|
||||
count : 1
|
||||
Number of occurences to allow (and correct), default is 1. Set to -1 to
|
||||
Number of occurrences to allow (and correct), default is 1. Set to -1 to
|
||||
replace all, or set to 0 to remove all lines with this key regardsless
|
||||
of its value.
|
||||
|
||||
.. note::
|
||||
Any additional occurences after ``count`` are removed.
|
||||
A count of -1 will only replace all occurences that are currently
|
||||
Any additional occurrences after ``count`` are removed.
|
||||
A count of -1 will only replace all occurrences that are currently
|
||||
uncommented already. Lines commented out will be left alone.
|
||||
|
||||
uncomment : None
|
||||
|
|
Loading…
Add table
Reference in a new issue