From 503cea20c5634a2aa83331176e24054a6fbc528b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 27 Mar 2008 14:03:04 -0400 Subject: One line typo fix --- contrib/RHEL4/ipa-client-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/RHEL4') diff --git a/contrib/RHEL4/ipa-client-setup b/contrib/RHEL4/ipa-client-setup index 19ad5392..6dadcc5b 100644 --- a/contrib/RHEL4/ipa-client-setup +++ b/contrib/RHEL4/ipa-client-setup @@ -194,7 +194,7 @@ def parse_options(): options, args = parser.parse_args() if not options.server: - parser.error("error: must provide an IPA server name with --server") + parser.error("must provide an IPA server name with --server") return options -- cgit