Mention how to list key commands in help output

This commit is contained in:
Martin Lund 2024-07-13 16:49:19 +02:00
parent 289bbfd393
commit 866b5bcb30

View file

@ -172,6 +172,8 @@ void option_print_help(char *argv[])
printf("\n"); printf("\n");
printf("Options and profiles may be set via configuration file.\n"); printf("Options and profiles may be set via configuration file.\n");
printf("\n"); printf("\n");
printf("In session you can press ctrl-%c ? to list available key commands.\n", option.prefix_key);
printf("\n");
printf("See the man page for more details.\n"); printf("See the man page for more details.\n");
} }