From 7e133c7e8620feae11777fdf232f685cf4f19800 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 998f25ff..b4acd01e 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