Skip to content

Commit f7aa0ec

Browse files
committed
fixes
1 parent 004a968 commit f7aa0ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/IceBox/hello/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ To run this demo, open two terminal windows. In the first window:
1212
**Linux:**
1313

1414
```shell
15-
LD_LIBRARY_PATH=./build icebox --IceBox.Service.Hello="HelloService:create"
15+
LD_LIBRARY_PATH=./build icebox --IceBox.Service.Hello="HelloService:create --Ice.Trace.Dispatch"
1616
```
1717

1818
**Linux/macOS:**
1919

2020
```shell
21-
DYLD_LIBRARY_PATH=./build icebox --IceBox.Service.Hello="HelloService:create"
21+
DYLD_LIBRARY_PATH=./build icebox --IceBox.Service.Hello="HelloService:create --Ice.Trace.Dispatch"
2222
```
2323

2424
**Windows:**
2525

2626
```shell
2727
set PATH=%PATH%;./build/Release
28-
icebox --IceBox.Service.Hello="HelloService:create"
28+
icebox --IceBox.Service.Hello="HelloService:create --Ice.Trace.Dispatch"
2929
```
3030

3131
In the second window, run the client:

0 commit comments

Comments
 (0)