diff options
author | Frust, Tobias (FWCC) - 111645 <t.frust@hzdr.de> | 2017-11-03 09:03:18 +0100 |
---|---|---|
committer | Frust, Tobias (FWCC) - 111645 <t.frust@hzdr.de> | 2017-11-03 09:03:18 +0100 |
commit | 41d41b7deb416167da5a0de2638ecea078c13ea6 (patch) | |
tree | 3a0f9145f59117ad79bcee65a2f7f23841dc4085 /src | |
parent | a723e267760679400734a9f3afc45432ba620ca5 (diff) | |
download | ods-41d41b7deb416167da5a0de2638ecea078c13ea6.tar.gz ods-41d41b7deb416167da5a0de2638ecea078c13ea6.tar.bz2 ods-41d41b7deb416167da5a0de2638ecea078c13ea6.tar.xz ods-41d41b7deb416167da5a0de2638ecea078c13ea6.zip |
add usage instructions
Diffstat (limited to 'src')
-rw-r--r-- | src/main_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_client.cpp b/src/main_client.cpp index 38c065d..01b3aad 100644 --- a/src/main_client.cpp +++ b/src/main_client.cpp @@ -20,7 +20,7 @@ void initLog() { int main (int argc, char *argv[]){ if(argc < 3){ - BOOST_LOG_TRIVIAL(error) << "Program usage: ./onlineDetectorSimulatorClient <images_per_second> <address>!"; + BOOST_LOG_TRIVIAL(error) << "Program usage: ./onlineDetectorSimulatorClient <packets_per_second> <address>!"; return 0; } |