client: repair usage output

This commit is contained in:
Daniel Eklöf 2021-03-12 21:53:11 +01:00
parent 84f840a197
commit 464851fac1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -43,8 +43,8 @@ version_and_features(void)
static void
print_usage(const char *prog_name)
{
printf("Usage: %s [OPTIONS...]", prog_name);
printf("Usage: %s [OPTIONS...] [ARGS...]\n", prog_name);
printf("Usage: %s [OPTIONS...]\n", prog_name);
printf("Usage: %s [OPTIONS...] command [ARGS...]\n", prog_name);
printf("\n");
printf("Options:\n");
printf(" -t,--term=TERM value to set the environment variable TERM to (foot)\n"