fixed documentation

pull/18777/head
Hans-Joachim Kliemeck 9 years ago committed by Matt Clay
parent de4a271dd0
commit 404483ea83

@ -23,7 +23,7 @@
DOCUMENTATION = '''
---
module: win_service_configure
module: win_owner
version_added: "2.0"
short_description: Set owner
description:
@ -33,12 +33,10 @@ options:
description:
- Path to be used for changing owner
required: true
default: null
user:
description:
- Name to be used for changing owner
required: true
default: null
recurse:
description:
- Indicates if the owner should be changed recursively
@ -47,7 +45,7 @@ options:
- no
- yes
default: no
author: Hans-Joachim Kliemeck
author: Hans-Joachim Kliemeck (@h0nIg)
'''
EXAMPLES = '''

Loading…
Cancel
Save