Douglas Schilling Landgraf has uploaded a new change for review. Change subject: app: Add to footer the F2 option ......................................................................
app: Add to footer the F2 option Show to users the F2 option. Change-Id: I425414f6ed45c6b253623360bc3d3f8ec9dbd0ce Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1143861 Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M src/ovirt/node/app.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/72/33372/1 diff --git a/src/ovirt/node/app.py b/src/ovirt/node/app.py index 0c74627..3a6d278 100644 --- a/src/ovirt/node/app.py +++ b/src/ovirt/node/app.py @@ -286,7 +286,7 @@ self.ui.register_hotkey("window resize", self.__check_terminal_size) self.ui.header = "\n %s\n" % str(self.product) - self.ui.footer = "Press esc to quit." + self.ui.footer = "Press Esc to quit || F2 to shell rescue" # Catch ctrl+c if not self.args.debug: -- To view, visit http://gerrit.ovirt.org/33372 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I425414f6ed45c6b253623360bc3d3f8ec9dbd0ce Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
