Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
h0nIg committed Oct 18, 2015
1 parent cda7e96 commit 7978afe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions windows/win_owner.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

DOCUMENTATION = '''
---
module: win_service_configure
module: win_owner
version_added: "2.0"
short_description: Set owner
description:
Expand All @@ -33,12 +33,10 @@
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
Expand All @@ -47,7 +45,7 @@
- no
- yes
default: no
author: Hans-Joachim Kliemeck
author: Hans-Joachim Kliemeck (@h0nIg)
'''

EXAMPLES = '''
Expand Down

0 comments on commit 7978afe

Please sign in to comment.