Skip to content

Commit 666c2dd

Browse files
fixed
1 parent 0c0457e commit 666c2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/zos_data_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
noscratch:
302302
description:
303303
- "When C(state=absent), specifies whether to keep the data set's entry in the VTOC."
304-
- If C(noscratch=True), the data set is uncataloged but not physically removed from the volume.
304+
- If C(noscratch=True), the data set is uncataloged but not physically removed from the volume.
305305
The Data Set Control Block is not removed from the VTOC.
306306
- This is the equivalent of using C(NOSCRATCH) in an C(IDCAMS DELETE) command.
307307
type: bool

0 commit comments

Comments
 (0)