From b02b2456831627a6152407ede18e57f1b2a9750d Mon Sep 17 00:00:00 2001 From: inoussa Date: Tue, 1 Sep 2020 17:20:15 +0000 Subject: [PATCH] ws_helper : update command line's prompt to include new options. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7641 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/ws_helper/ws_helper_prog.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wst/trunk/ws_helper/ws_helper_prog.inc b/wst/trunk/ws_helper/ws_helper_prog.inc index 37d60f2b0..57cb6a7f5 100644 --- a/wst/trunk/ws_helper/ws_helper_prog.inc +++ b/wst/trunk/ws_helper/ws_helper_prog.inc @@ -11,7 +11,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. } resourcestring - sUSAGE = 'ws_helper [-uMODE] [-gOPTION] [-p] [-b] [-i] [-w] [-x] [-y] [-d] -[fSPECIFACTIONS] [-oPATH] [-aPATH] inputFilename' + sNEW_LINE + + sUSAGE = 'ws_helper [-uMODE] [-gOPTION] [-cOPTION] [-p] [-b] [-i] [-w] [-x] [-y] [-d] [-j] -[fSPECIFACTIONS] [-oPATH] [-aPATH] inputFilename' + sNEW_LINE + ' -u MODE Generate the pascal translation of the WSDL input file ' + sNEW_LINE + ' MODE value may be U for used types or A for all types' + sNEW_LINE + ' -g Code generation option, with the following options : ' + sNEW_LINE +