You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main.rs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -665,10 +665,11 @@ fn get_setup() -> Setup {
665
665
"",
666
666
"check-auth",
667
667
"Check if (oAuth) credentials are valid and exit.",
668
+
)
669
+
.optflag(
668
670
ZEROCONF_BACKEND_SHORT,
669
671
ZEROCONF_BACKEND,
670
672
"Zeroconf (MDNS/DNS-SD) backend to use. Valid values are 'avahi', 'dns-sd' and 'libmdns', if librespot is compiled with the corresponding feature flags.",
671
-
"BACKEND"
672
673
);
673
674
674
675
#[cfg(feature = "passthrough-decoder")]
@@ -1286,6 +1287,7 @@ fn get_setup() -> Setup {
1286
1287
"With the `--{}` / `-{}` flag set `--{}` / `-{}` has no effect.",
0 commit comments