add persist-volume to command line options

This commit is contained in:
Brice Delli Paoli 2018-05-10 12:00:27 -04:00
parent deb240c02f
commit e23c2336c9

View file

@ -149,6 +149,12 @@ fn setup(args: &[String]) -> Setup {
"Initial volume in %, once connected (must be from 0 to 100)",
"VOLUME",
)
.optopt(
"",
"persist-volume",
"Persist software volume to file",
"FILE"
)
.optopt(
"",
"zeroconf-port",