From c33d668cc082fbf7df1364cb61ad310abf1f6a2a Mon Sep 17 00:00:00 2001 From: tosmers Date: Tue, 13 Sep 2016 16:50:28 +0000 Subject: [PATCH] [UPDATE] - extention of the usage-info-output of the exportCliTool git-svn-id: https://svn.libreccm.org/ccm/trunk@4299 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/src/com/arsdigita/portation/cmd/ExportCliTool.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ccm-core/src/com/arsdigita/portation/cmd/ExportCliTool.java b/ccm-core/src/com/arsdigita/portation/cmd/ExportCliTool.java index 40fcb8ac2..583a56069 100644 --- a/ccm-core/src/com/arsdigita/portation/cmd/ExportCliTool.java +++ b/ccm-core/src/com/arsdigita/portation/cmd/ExportCliTool.java @@ -211,6 +211,8 @@ public class ExportCliTool extends Program { " \t\t userTasks \t\t all userTasks of the system\n" + " \t\t taskAssignments \t\t all taskAssignments of the system\n" + " \t\t permissions \t\t all permissions of the system\n" + + " \n" + + " \t\t all_core \t\t all objects of the entire core module" + "\n" + "Do use for exporting java objects of a specified class.\n" + "\n"