mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
client: repair usage output
This commit is contained in:
parent
84f840a197
commit
464851fac1
1 changed files with 2 additions and 2 deletions
4
client.c
4
client.c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue