Minor clarifications

This commit is contained in:
Přemysl Eric Janouch 2020-11-05 01:45:53 +01:00
parent 456fab5b11
commit ba122b7672
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 3 additions and 1 deletions

View File

@ -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)