Ohad Basan has uploaded a new change for review. Change subject: Packaging: Fix answer-file typo in engine setup. ......................................................................
Packaging: Fix answer-file typo in engine setup. This patch fixes a typo. Replacing "none-interactive" with "non-interactive" Change-Id: Ib61bccf586de803f24784b955279266ce0f9238a Signed-off-by: Ohad Basan <[email protected]> --- M packaging/fedora/setup/engine-setup.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/13/9813/1 diff --git a/packaging/fedora/setup/engine-setup.py b/packaging/fedora/setup/engine-setup.py index d9d4c0d..ff3e487 100755 --- a/packaging/fedora/setup/engine-setup.py +++ b/packaging/fedora/setup/engine-setup.py @@ -2039,7 +2039,7 @@ usage = "usage: %prog [options]" parser = OptionParser(usage) parser.add_option("--gen-answer-file", help="Generate a template of an answer file, using this option excludes all other option") - parser.add_option("--answer-file", help="Runs the configuration in none-interactive mode, extracting all information from the \ + parser.add_option("--answer-file", help="Runs the configuration in non-interactive mode, extracting all information from the \ configuration file. using this option excludes all other option") parser.add_option("--no-mem-check", help="Disable minimum memory check", action="store_true", default=False) -- To view, visit http://gerrit.ovirt.org/9813 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib61bccf586de803f24784b955279266ce0f9238a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ohad Basan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
