From d1b66d0c6fc49b9a41fbfc8040b56e497c1fb534 Mon Sep 17 00:00:00 2001 From: agibert Date: Fri, 12 Dec 2008 10:47:06 +0000 Subject: [PATCH] - start to improve docs... --- ReadMe.txt | 24 +++++++++++++++++++++--- ToDo.txt | 9 +++++---- 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/ReadMe.txt b/ReadMe.txt index 86b59a9..728c1ad 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -1,7 +1,7 @@ # $RCSfile: ReadMe.txt,v $ -# $Revision: 1.8 $ +# $Revision: 1.9 $ # $Name: $ -# $Date: 2007/12/11 16:46:37 $ +# $Date: 2008/12/12 10:47:06 $ # $Author: agibert $ @@ -24,7 +24,25 @@ Installation: Notes: ------ - - MQSLoad has been tested with MQ/Series 5.2, 5.3 and WMQ 6.0 + - MQSLoad has been tested with WMQ 6.0 + + - Optional arguments: + -qm "Output_QueueMng_Name": + -cc "character_convert": + -cs "character_set": + -st "sleep_time": + -fb "field_break": + -mb "message_break": + -mt "message_tail": + -kmb: + -ms "message_skip": + -mc "message_count": + -rc "repeat_count": + + - Mandatory arguments: + : + : + - "-fb" and "-mb" arguments accept a string with formated escape character: + "\n" for newline, diff --git a/ToDo.txt b/ToDo.txt index 20befd0..0b97780 100644 --- a/ToDo.txt +++ b/ToDo.txt @@ -1,12 +1,13 @@ # $RCSfile: ToDo.txt,v $ -# $Revision: 1.2 $ +# $Revision: 1.3 $ # $Name: $ -# $Date: 2002/04/23 16:25:50 $ -# $Author: giberta1 $ +# $Date: 2008/12/12 10:47:06 $ +# $Author: agibert $ -- write a better documentation ! +- Add stdin pipe support, +- Write a better documentation ! - ...