aboutsummaryrefslogtreecommitdiffstats
path: root/src/pocsag/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pocsag/main.c')
-rw-r--r--src/pocsag/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pocsag/main.c b/src/pocsag/main.c
index 24d50d5..d18b99f 100644
--- a/src/pocsag/main.c
+++ b/src/pocsag/main.c
@@ -59,9 +59,9 @@ void print_help(const char *arg0)
main_mobile_print_help(arg0, "-k 466.230 | -k list");
/* - - */
printf(" -T --tx\n");
- printf(" Transmit Eurosignal on given channel, to page a receiver. (default)\n");
+ printf(" Transmit POCSAG signal on given channel, to page a receiver. (default)\n");
printf(" -R --rx\n");
- printf(" Receive Eurosignal on given channel, so we are the receiver.\n");
+ printf(" Receive POCSAG signal on given channel, so we are the receiver.\n");
printf(" If none of the options -T nor -R is given, only transmitter is enabled.\n");
printf(" -B --baud-rate 512 | 1200 | 2400\n");
printf(" Choose baud rate of transmitter.\n");