Commit a2e0e4546e23cefaee95545668f8eaa891f88c9e

Authored by Mochamad Arifin
Committed by Stéphane Raimbault
1 parent 49af73de

Make sub-command more clear

Showing 1 changed file with 1 additions and 1 deletions
tests/README.md
... ... @@ -6,7 +6,7 @@ LICENSE file).
6 6 After installation, you can use pkg-config to compile these tests.
7 7 For example, to compile random-test-server run:
8 8  
9   -gcc random-test-server.c -o random-test-server `pkg-config --libs --cflags libmodbus`
  9 +`gcc random-test-server.c -o random-test-server $(pkg-config --libs --cflags libmodbus)`
10 10  
11 11 - `random-test-server` is necessary to launch a server before running
12 12 random-test-client. By default, it receives and replies to Modbus query on the
... ...