diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/demo/IcePack/hello/README | 6 | ||||
-rw-r--r-- | cpp/demo/IcePack/simple/README | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/cpp/demo/IcePack/hello/README b/cpp/demo/IcePack/hello/README index d32091179c1..4abe3f1920f 100644 --- a/cpp/demo/IcePack/hello/README +++ b/cpp/demo/IcePack/hello/README @@ -7,10 +7,10 @@ $ ../../../bin/icepacknode --Ice.Config=config --warn In a separate window: $ ../../../bin/icepackadmin --Ice.Config=config -e \ - 'application add "application.xml"' + "application add 'application.xml'" $ ./client -This will deploy the servers described in the "application.xml" -descriptor and start the client. +This will deploy the servers described in the file "application.xml" +and start the client. Messages will be displayed in the IcePack service window. diff --git a/cpp/demo/IcePack/simple/README b/cpp/demo/IcePack/simple/README index 646432dfd7f..4abe3f1920f 100644 --- a/cpp/demo/IcePack/simple/README +++ b/cpp/demo/IcePack/simple/README @@ -6,10 +6,11 @@ $ ../../../bin/icepacknode --Ice.Config=config --warn In a separate window: -$ ../../../bin/icepackadmin --Ice.Config=config -e 'application add "application.xml"' +$ ../../../bin/icepackadmin --Ice.Config=config -e \ + "application add 'application.xml'" $ ./client -This will deploy the servers described in the "application.xml" -descriptor and start the client. +This will deploy the servers described in the file "application.xml" +and start the client. Messages will be displayed in the IcePack service window. |