Lukas Bednar has uploaded a new change for review. Change subject: readme.dialog: fixed typo and improved CLI section ......................................................................
readme.dialog: fixed typo and improved CLI section Added info how to prompt command line interface. Change-Id: I19922b07813604d97797eb8351351597b2c69e72 Signed-off-by: Lukas Bednar <[email protected]> --- M README.dialog 1 file changed, 7 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/otopi refs/changes/67/28167/1 diff --git a/README.dialog b/README.dialog index f68f1b9..d0c2b08 100644 --- a/README.dialog +++ b/README.dialog @@ -19,6 +19,10 @@ COMMAND LINE ------------ +The command line interface is prompted by using the following environment: + + DIALOG/customization=bool:True + List: abort - Abort process @@ -98,9 +102,9 @@ Log -^***D:INFO (.*)\n$ -^***D:WARNING (.*)\n$ -^***D:ERROR (.*)\n$ +^***L:INFO (.*)\n$ +^***L:WARNING (.*)\n$ +^***L:ERROR (.*)\n$ Group1 - message. Query -- To view, visit http://gerrit.ovirt.org/28167 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I19922b07813604d97797eb8351351597b2c69e72 Gerrit-PatchSet: 1 Gerrit-Project: otopi Gerrit-Branch: master Gerrit-Owner: Lukas Bednar <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
