[Fusionforge-commits] FusionForge branch 6.1 updated. v6.1alpha0-40-ga22dd1f

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Oct 29 12:47:30 CET 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.1 has been updated
       via  a22dd1f7d105103bf977144b3febbd85c4c3b7b2 (commit)
      from  c45acac336eaf7fb655d6a0fc5e13472330e3b91 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=a22dd1f7d105103bf977144b3febbd85c4c3b7b2

commit a22dd1f7d105103bf977144b3febbd85c4c3b7b2
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Oct 29 12:47:14 2017 +0100

    fix help. getDataDump -> getZipDump

diff --git a/src/bin/forge b/src/bin/forge
index a790eb9..fab9fd6 100755
--- a/src/bin/forge
+++ b/src/bin/forge
@@ -172,7 +172,7 @@ class CliActions {
 				echo $dumpFormatInfo;
 				break;
 			case 'getZipDump':
-				echo "Use: .../forge getDataDump file [json|raw]\n";
+				echo "Use: .../forge getZipDump file [json|raw]\n";
 				echo "to generate a zip file that includes all data based on parameter file.\n";
 				echo "The file can be generated by using other Dump functions such as groupDump.\n";
 				break;

-----------------------------------------------------------------------

Summary of changes:
 src/bin/forge | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list