From de48c0fa45de19d4e0500e4075d4c7f9ce5f576c Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Wed, 9 May 2012 09:15:05 +0200 Subject: [PATCH] Fix typo in help (#819476) --- src/sbin/lorax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbin/lorax b/src/sbin/lorax index 31b8df15..09a36df0 100755 --- a/src/sbin/lorax +++ b/src/sbin/lorax @@ -48,7 +48,7 @@ def main(args): required.add_option("-r", "--release", help="release information", metavar="STRING") required.add_option("-s", "--source", - help="source repository (may be listed multibple times)", + help="source repository (may be listed multiple times)", metavar="REPOSITORY", action="append", default=[]) # optional arguments