Skip to content

Commit 30f190b

Browse files
cockermacockerma
cockerma
authored and
cockerma
committed
Update readme.
1 parent e37652f commit 30f190b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: addtocicsbundle/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Script to add pre-build Java archive files to a CICS bundle, including:
44

5-
* .jar files for OSGI bundles
5+
* .jar files for Java archives
66
* .war files for web archives
77
* .eba files for enterprise business archives
88
* .ear files for enterprise archives
@@ -19,7 +19,7 @@ If the CICS bundle contains only pre-built Java archive files, it does not need
1919
## Usage
2020

2121
~~~~
22-
Usage: addtocicsbundle [-hv] [-j JVMSERVER] [-V VERSION] -a FILES DIRECTORY
22+
Usage: addtocicsbundle [-hv] [-j JVMSERVER] [-V VERSION] -a FILES DIRECTORY
2323
2424
Add Java pre-built archive files to the CICS bundle specified by DIRECTORY.
2525
@@ -39,7 +39,7 @@ DIRECTORY is the CICS bundle directory
3939

4040
This example will create a CICS bundle in directory output/bundles/com.ibm.cics.server.examples.bundle and add all the Java archives found at javaarchives/*.
4141

42-
Note the `-a "javaarchives/*"` parameter includes quotation marks to avoid the shell interpreter expanding the * character.
42+
Note in the following example the `-a "javaarchives/*"` parameter includes quotation marks to avoid the shell interpreter expanding the * character.
4343

4444
~~~~console
4545
$ addtocicsbundle -v -a "javaarchives/*" output/bundles/com.ibm.cics.server.examples.bundle

0 commit comments

Comments
 (0)