From d6696aca9f3c23722ba0b14c20385f6c1d604039 Mon Sep 17 00:00:00 2001 From: Jon Hawkesworth Date: Thu, 11 Jun 2015 18:44:31 +0100 Subject: [PATCH] remove include of files options only relevant to unix from win_file.py documentation --- windows/win_file.py | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/win_file.py b/windows/win_file.py index 6a218216617..5f606112609 100644 --- a/windows/win_file.py +++ b/windows/win_file.py @@ -24,7 +24,6 @@ DOCUMENTATION = ''' module: win_file version_added: "1.8" short_description: Creates, touches or removes files or directories. -extends_documentation_fragment: files description: - Creates (empty) files, updates file modification stamps of existing files, and can create or remove directories.