aboutsummaryrefslogtreecommitdiffstats
path: root/src/cnetz/main.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2016-08-02 09:03:46 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2016-08-03 12:03:49 +0200
commit038ce9d1b73596cea6aa1efa5d1782cf4fb103ae (patch)
tree7833f2618e43900e043a6fded5a95346150c7bd0 /src/cnetz/main.c
parentc9012c76638bfba7a3c4e13e72df7f5899f225b3 (diff)
Add info key 'i' to show some states.
Currently showing C-Netz attached subscribers
Diffstat (limited to 'src/cnetz/main.c')
-rw-r--r--src/cnetz/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cnetz/main.c b/src/cnetz/main.c
index 21e7574..b962989 100644
--- a/src/cnetz/main.c
+++ b/src/cnetz/main.c
@@ -81,6 +81,7 @@ void print_help(const char *arg0)
printf(" we just accept any card. With this we get the vendor IDs of the phone.\n");
printf("\nstation-id: Give 7 digit station-id, you don't need to enter it for every\n");
printf(" start of this program.\n");
+ printf("\nPress 'i' key for dumping currently attached subscribers.\n");
}
static int handle_options(int argc, char **argv)