Fixed a typo on a description for -fallback-song arg.
This commit is contained in:
parent
34d4da946b
commit
dbba53c0fa
@ -20,7 +20,7 @@ var (
|
||||
listenAddress = flag.String("listen", "/var/run/dwelling-radio/sock", "listen address (ip:port|unix_path)")
|
||||
filelistPath = flag.String("filelist", "/mnt/data/appdata/radio/filelist.html", "path to a filelist.html file")
|
||||
playlist = flag.String("playlist", "", "path to a playlist")
|
||||
fallbackSong = flag.String("fallback-song", "", "path to a fallbacl song")
|
||||
fallbackSong = flag.String("fallback-song", "", "path to a fallback song")
|
||||
mostListenedSongPath = flag.String("mls-file", "/mnt/data/appdata/radio/mostlistenedsong", "path to a file that stores info about the most listened song")
|
||||
songListLen = flag.Int("list-length", 10, "number of songs to show in last N songs table")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user