Skip to content

Commit

Permalink
help message language tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Jan 27, 2021
1 parent 6721991 commit 59b2c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
version = "master"
mpdURL = flag.String("mpd", "", "MPD address. order of options: this flag, MPD_HOST:MPD_PORT, localhost:6600. port is optional")
listen = flag.String("listen", ":6601", "http listen address")
static = flag.String("docroot", "", "for development: use directory as docroot, not the build-in files")
static = flag.String("docroot", "", "for development: use directory as docroot, not the built-in files")
useAlbumartist = flag.Bool("albumartist", true, "use albumartist, not artist")
showVersion = flag.Bool("version", false, "show version and exit")
)
Expand Down

0 comments on commit 59b2c3a

Please sign in to comment.