Fix typo in help (#819476)
---
src/sbin/lorax | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/sbin/lorax b/src/sbin/lorax
index 31b8df1..09a36df 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
--
1.7.5.4
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|