aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmobile
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2021-09-13 17:23:21 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2021-09-17 16:15:32 +0200
commit17908076a93050fd8e6e6d2c132e204c4445eca6 (patch)
tree734e128305f6f2c8e50738d17010857fae2145da /src/libmobile
parent1dff336ea21dc44841aed050bda3255b095a2298 (diff)
Optionally output date with each debug line
Diffstat (limited to 'src/libmobile')
-rw-r--r--src/libmobile/main_mobile.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libmobile/main_mobile.c b/src/libmobile/main_mobile.c
index 92b4ac1..8789cf4 100644
--- a/src/libmobile/main_mobile.c
+++ b/src/libmobile/main_mobile.c
@@ -101,11 +101,7 @@ void main_mobile_print_help(const char *arg0, const char *ext_usage)
printf(" --config [~/]<path to config file>\n");
printf(" Give a config file to use. If it starts with '~/', path is at home dir.\n");
printf(" Each line in config file is one option, '-' or '--' must not be given!\n");
- printf(" -v --verbose <level> | <level>,<category>[,<category>[,...]] | list\n");
- printf(" Use 'list' to get a list of all levels and categories\n");
- printf(" Verbose level: digit of debug level (default = '%d')\n", debuglevel);
- printf(" Verbose level+category: level digit followed by one or more categories\n");
- printf(" -> If no category is specified, all categories are selected\n");
+ debug_print_help();
printf(" -k --kanal <channel>\n");
printf(" -k --channel <channel>\n");
printf(" Channel (German = Kanal) number of \"Sender\" (German = Transceiver)\n");