diff options
author | Gowrishankar Rajaiyan <gsr@redhat.com> | 2011-01-14 01:07:10 +0530 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-01-14 09:53:19 -0500 |
commit | 74d8a3c487d1fd8854a66a741cc06daf924d3838 (patch) | |
tree | 404939466cb64fdc7fb6102b2d7ec4f78e0756c9 /ipalib | |
parent | ce169c7fa6b2bdcc9dd092cfc080ab22f494e8a9 (diff) | |
download | freeipa-74d8a3c487d1fd8854a66a741cc06daf924d3838.tar.gz freeipa-74d8a3c487d1fd8854a66a741cc06daf924d3838.tar.xz freeipa-74d8a3c487d1fd8854a66a741cc06daf924d3838.zip |
Fixed typo in ipa help service
Diffstat (limited to 'ipalib')
-rw-r--r-- | ipalib/plugins/service.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/service.py b/ipalib/plugins/service.py index 85d6ce6bb..2a2c278d4 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: |