From ba122b767286cfd1a26f7f3f5390339fd020a3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 5 Nov 2020 01:45:53 +0100 Subject: Minor clarifications --- nncmpp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nncmpp.c b/nncmpp.c index d0d2c85..f1b39b6 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -741,6 +741,8 @@ static struct config_schema g_config_settings[] = { .name = "password", .comment = "Password to use for MPD authentication", .type = CONFIG_ITEM_STRING }, + + // NOTE: this is unused--in theory we could allow manual metadata adjustment { .name = "root", .comment = "Where all the files MPD is playing are located", .type = CONFIG_ITEM_STRING }, @@ -4028,7 +4030,7 @@ main (int argc, char *argv[]) }; struct opt_handler oh = - opt_handler_make (argc, argv, opts, NULL, "MPD client."); + opt_handler_make (argc, argv, opts, NULL, "Terminal-based MPD client."); int c; while ((c = opt_handler_get (&oh)) != -1) -- cgit v1.2.3