diff options
Diffstat (limited to '')
-rw-r--r-- | doc/ncmpc.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ncmpc.1 b/doc/ncmpc.1 index 39cb82e00..ace0f4237 100644 --- a/doc/ncmpc.1 +++ b/doc/ncmpc.1 @@ -95,10 +95,19 @@ The format used to display songs in the main window. .TP .B status\-format = SONG FORMAT The format used to display songs on the status line. +.TP +.B host = HOST +Connect to mpd running on specified host +.TP +.B port = PORT +Connect to mpd on the specified port .TP .B set\-xterm\-title = yes|no Change the XTerm title (ncmpc will not restore the title). .TP +.B lyrics\-timeout = NUM +Quits downloading lyrics of a song after the timeout of NUM seconds is reached. +.TP .B xterm\-title\-format = SONG FORMAT The format used to for the xterm title when ncmpc is playing. .TP |