Pavel Zhukov has uploaded a new change for review. Change subject: Fix minor mistake in help output of edit-node. ......................................................................
Fix minor mistake in help output of edit-node. Change-Id: Id683c8af29e81be691f88df70124e708ab44d584 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1269037 Signed-off-by: Pavel Zhukov <[email protected]> --- M tools/edit-node 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/01/47001/1 diff --git a/tools/edit-node b/tools/edit-node index 249a1e3..5e20b4a 100755 --- a/tools/edit-node +++ b/tools/edit-node @@ -1509,7 +1509,7 @@ parser.add_option("--skip-initramfs", action="store_true", default=False, dest="skipinitramfs", - help="Allow unsigned packages to be installed") + help="Do not rebuild initramfs") parser.add_option("--shell", action="store_true", default=False, dest="shell", -- To view, visit https://gerrit.ovirt.org/47001 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id683c8af29e81be691f88df70124e708ab44d584 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Pavel Zhukov <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
