Add common function to give hotkey help

* Key to dial and hangup
* Key to display wave form
This commit is contained in:
Andreas Eversberg
2016-12-09 16:42:38 +01:00
parent d1c6d6bc72
commit 3400f555fe
8 changed files with 15 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ void print_help(const char *arg0)
printf(" percent. (disabled by default)\n");
printf("\nstation-id: Give (last) 5 digits of station-id, you don't need to enter it\n");
printf(" for every start of this program.\n");
print_hotkeys_common();
}
static int handle_options(int argc, char **argv)