From f38fbaefc6b255a61c9f081bf987e6e7f3a7d9bd Mon Sep 17 00:00:00 2001 From: Michael Grandjean Date: Thu, 1 Sep 2016 22:47:38 +0200 Subject: [PATCH] Fix typo in EXAMPLE section (#2833) --- univention/udm_share.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/univention/udm_share.py b/univention/udm_share.py index 8831c3d79f3..fa8639958ea 100644 --- a/univention/udm_share.py +++ b/univention/udm_share.py @@ -375,7 +375,7 @@ options: EXAMPLES = ''' # Create a share named home on the server ucs.example.com with the path /home. -- udm_sahre: name=home +- udm_share: name=home path=/home host=ucs.example.com sambaName=Home