One line typo fix

This commit is contained in:
Simo Sorce 2008-03-27 14:03:04 -04:00
parent 372c8d23cd
commit 503cea20c5

View File

@ -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