diff options
Diffstat (limited to 'cpp/tests/TestOptions.h')
| -rw-r--r-- | cpp/tests/TestOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/tests/TestOptions.h b/cpp/tests/TestOptions.h index 6cf6314bca..7031efc266 100644 --- a/cpp/tests/TestOptions.h +++ b/cpp/tests/TestOptions.h @@ -35,7 +35,7 @@ struct TestOptions : public qpid::CommonOptions desc.add_options() ("broker,b", optValue(broker, "HOSTNAME"), "the hostname to connect to") ("virtualhost,v", optValue(virtualhost, "VIRTUAL_HOST"), "virtual host") - ("clientid,i", optValue(clientid, "ID"), "unique client identifier") + ("clientname,n", optValue(clientid, "ID"), "unique client identifier") ("help,h", optValue(help), "print this usage statement"); } |
