remove include of files options only relevant to unix from win_file.py documentation

This commit is contained in:
Jon Hawkesworth 2015-06-11 18:44:31 +01:00 committed by Matt Clay
parent f66ed3a85e
commit c86ed93f67

View file

@ -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.