Parcourir la source

Merge pull request #8651 from rpastrana/HPCC-15549-UpdateESDLToolUsage

Hpcc 15549 update esdl tool usage

Reviewed-By: Kevin Wang <kevin.wang@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman il y a 9 ans
Parent
commit
3ec5af1522
1 fichiers modifiés avec 11 ajouts et 10 suppressions
  1. 11 10
      tools/esdlcmd/esdlcmd_core.cpp

+ 11 - 10
tools/esdlcmd/esdlcmd_core.cpp

@@ -276,9 +276,9 @@ public:
     {
         puts("Usage:");
         puts("esdl xsd sourcePath serviceName [options]\n" );
-        puts("\nsourcePath must be absolute path to the ESDL Definition file containing the" );
-        puts("EsdlService definition for the service you want to work with.\n" );
-        puts("serviceName EsdlService definition for the service you want to work with.\n" );
+        puts("\nsourcePath - Absolute path to the EXSDL Definition file ( XML generated from ECM )" );
+        puts("               which contains ESDL Service definition.\n" );
+        puts("serviceName  - Name of ESDL Service defined in the given EXSDL file.\n" );
 
         printOptions();
         EsdlConvertCmd::usage();
@@ -574,9 +574,9 @@ public:
     {
         puts("Usage:");
         puts("esdl wsdl sourcePath serviceName [options]\n" );
-        puts("\nsourcePath must be absolute path to the ESDL Definition file containing the" );
-        puts("EsdlService definition for the service you want to work with.\n" );
-        puts("serviceName EsdlService definition for the service you want to work with.\n" );
+        puts("\nsourcePath - Absolute path to the EXSDL Definition file ( XML generated from ECM )" );
+        puts("               which contains ESDL Service definition.\n" );
+        puts("serviceName  - Name of ESDL Service defined in the given EXSDL file.\n" );
 
         printOptions();
         puts("  --wsdladdress  Defines the output WSDL's location address\n");
@@ -778,10 +778,11 @@ public:
     virtual void usage()
     {
         puts("Usage:");
-        puts("esdl java sourcePath serviceName [options]" );
-        puts("\nsourcePath must be absolute path to the ESDL Definition file containing the" );
-        puts("EsdlService definition for the service you want to work with." );
-        puts("serviceName EsdlService definition for the service you want to work with." );
+
+        puts("esdl java sourcePath serviceName [options]\n" );
+        puts("\nsourcePath - Absolute path to the EXSDL Definition file ( XML generated from ECM )" );
+        puts("               which contains ESDL Service definition.\n" );
+        puts("serviceName  - Name of ESDL Service defined in the given EXSDL file.\n" );
 
         printOptions();
         EsdlConvertCmd::usage();