You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -302,11 +302,11 @@ Determines whether the specified setting should exist. Valid options: 'present'
302
302
303
303
##### `section`
304
304
305
-
*Required.* Designates a section of the specified INI file containing the setting to manage. To manage a global setting (at the beginning of the file, before any named sections) enter "". Valid options: a string.
305
+
*Optional.* Designates a section of the specified INI file containing the setting to manage. To manage a global setting (at the beginning of the file, before any named sections) enter "". Defaults to "". Valid options: a string.
306
306
307
307
##### `setting`
308
308
309
-
*Optional.*The name of the setting to define. Valid options: a string.
309
+
*Required.*Designates a setting to manage within the specified INI file and section. Valid options: a string.
0 commit comments