diff --git a/client.c b/client.c index 847ea7b..7c7ac62 100644 --- a/client.c +++ b/client.c @@ -2731,7 +2731,8 @@ main(int argc, char **argv) printf("chronyc (chrony) version %s (%s)\n", CHRONY_VERSION, CHRONYC_FEATURES); exit(0); } else if (!strncmp(*argv, "-", 1)) { - fprintf(stderr, "Usage : %s [-h ] [-p ] [-n] [-4|-6] [-m] [-a] [-f ]] [command]\n", progname); + fprintf(stderr, "Usage: %s [-h HOST] [-p PORT] [-n] [-4|-6] [-a] [-f FILE] [-m] [COMMAND]\n", + progname); exit(1); } else { break; /* And process remainder of line as a command */