From 79d469d3b6df6e98987714b51527056fe8a8e447 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Thu, 24 Oct 2019 03:03:11 +0100 Subject: [PATCH] fixed --help text --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 5ae118d..5580adc 100644 --- a/src/main.c +++ b/src/main.c @@ -296,9 +296,9 @@ HTTPDirFS options:\n\ --retry-wait Set delay in seconds before retrying an HTTP request\n\ after encountering an error. (default: 5)\n\ --user-agent Set user agent string (default: \"HTTPDirFS\")\n\ - +\n\ For mounting a Airsonic / Subsonic server:\n\ --sonic-username The username for your Airsonic / Subsonic server\n\ --sonic-password The username for your Airsonic / Subsonic server\n\ -\n\"); +\n"); }