diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/client.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client.c b/src/client.c index f03a337..ccb1021 100644 --- a/src/client.c +++ b/src/client.c @@ -162,10 +162,11 @@ main (int argc, char **argv) { if (argc < 4 || argc > 5) { - UA_LOG_FATAL ( - UA_Log_Stdout, UA_LOGCATEGORY_USERLAND, - "Usage: %s <config-file> <operation> <endpoint-url> [log-level]", - argv[0]); + UA_LOG_FATAL (UA_Log_Stdout, UA_LOGCATEGORY_USERLAND, + "Usage: %s <config-file> <operation> <endpoint-url> " + "[log-level]\n" + "Operations: find-servers, get-endpoints, read-time", + argv[0]); return EXIT_FAILURE; } |
