summaryrefslogtreecommitdiff
path: root/univention/udm_share.py
diff options
context:
space:
mode:
Diffstat (limited to 'univention/udm_share.py')
-rw-r--r--univention/udm_share.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/univention/udm_share.py b/univention/udm_share.py
index fa863995..2f7febfd 100644
--- a/univention/udm_share.py
+++ b/univention/udm_share.py
@@ -375,10 +375,11 @@ options:
EXAMPLES = '''
# Create a share named home on the server ucs.example.com with the path /home.
-- udm_share: name=home
- path=/home
- host=ucs.example.com
- sambaName=Home
+- udm_share:
+ name: home
+ path: /home
+ host: ucs.example.com
+ sambaName: Home
'''