diff options
author | Andreas Eversberg <jolly@eversberg.eu> | 2016-12-09 16:42:38 +0100 |
---|---|---|
committer | Andreas Eversberg <jolly@eversberg.eu> | 2016-12-09 16:42:38 +0100 |
commit | 3400f555fe86cd9736e41b3cb8077e7af1538119 (patch) | |
tree | db883b023abda50e230daa83931a60062c56e0f5 /src/amps | |
parent | d1c6d6bc72d697c015407a83bd213ab232db8d6b (diff) |
Add common function to give hotkey help
* Key to dial and hangup
* Key to display wave form
Diffstat (limited to 'src/amps')
-rw-r--r-- | src/amps/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amps/main.c b/src/amps/main.c index 7253856..cd9d344 100644 --- a/src/amps/main.c +++ b/src/amps/main.c @@ -89,6 +89,7 @@ void print_help(const char *arg0) printf(" Be more tolerant when hunting for sync sequence\n"); printf("\nstation-id: Give 10 digit station-id, you don't need to enter it for every\n"); printf(" start of this program.\n"); + print_hotkeys_common(); } static int handle_options(int argc, char **argv) |