Eli Mesika has uploaded a new change for review. Change subject: core: fixing taskcleaner.sh utility help ......................................................................
core: fixing taskcleaner.sh utility help This patch fixes the -R option description to note that all tasks will be removed unless also the -z option is given. Change-Id: If139423d1158060b00d0c205bc94608a06e1572c Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1079469 Signed-off-by: Eli Mesika <[email protected]> --- M packaging/setup/dbutils/taskcleaner.sh 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/04/26004/1 diff --git a/packaging/setup/dbutils/taskcleaner.sh b/packaging/setup/dbutils/taskcleaner.sh index 5ccb5aa..37457d6 100755 --- a/packaging/setup/dbutils/taskcleaner.sh +++ b/packaging/setup/dbutils/taskcleaner.sh @@ -35,7 +35,7 @@ printf "\t-t TASK_ID - Removes a task by its Task ID.\n" printf "\t-c COMMAND_ID - Removes all tasks related to the given Command Id.\n" printf "\t-z - Removes/Displays a Zombie task.\n" - printf "\t-R - Removes all Zombie tasks.\n" + printf "\t-R - Removes all tasks (use with -z to clear only zombie tasks).\n" printf "\t-C - Clear related compensation entries.\n" printf "\t-J - Clear related Job Steps.\n" printf "\t-A - Clear all Job Steps and compensation entries.\n" -- To view, visit http://gerrit.ovirt.org/26004 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If139423d1158060b00d0c205bc94608a06e1572c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Eli Mesika <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
