From 74d8a3c487d1fd8854a66a741cc06daf924d3838 Mon Sep 17 00:00:00 2001 From: Gowrishankar Rajaiyan Date: Fri, 14 Jan 2011 01:07:10 +0530 Subject: Fixed typo in ipa help service --- ipalib/plugins/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/service.py') diff --git a/ipalib/plugins/service.py b/ipalib/plugins/service.py index 85d6ce6b..2a2c278d 100644 --- a/ipalib/plugins/service.py +++ b/ipalib/plugins/service.py @@ -52,7 +52,7 @@ EXAMPLES: Delete an IPA service: ipa service-del HTTP/web.example.com - Find all IPA services assicated with a host: + Find all IPA services associated with a host: ipa service-find web.example.com Find all HTTP services: -- cgit