Repository : ssh://git@diktynna/alfred
On branch : master
commit 42753f40a3e8f8c17e7927190be57bdb728dae0f Author: Sven Eckelmann sven@narfation.org Date: Fri May 14 19:03:57 2021 +0200
alfred: Document force mode in usage output
Signed-off-by: Sven Eckelmann sven@narfation.org
42753f40a3e8f8c17e7927190be57bdb728dae0f main.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/main.c b/main.c index e190d42..ad317cf 100644 --- a/main.c +++ b/main.c @@ -40,6 +40,7 @@ static void alfred_usage(void) printf("\n"); printf("server mode options:\n"); printf(" -i, --interface specify the interface (or comma separated list of interfaces) to listen on\n"); + printf(" -f, --force start server even when batman-adv or interface(s) are not yet available.\n"); printf(" -b specify the batman-adv interface\n"); printf(" configured on the system (default: bat0)\n"); printf(" use 'none' to disable the batman-adv\n");