Fix misleading comment

This commit is contained in:
r4 2021-06-03 19:21:13 +02:00
parent 2be4bf1a5e
commit 58e1fc2c27
1 changed files with 1 additions and 2 deletions

View File

@ -58,8 +58,7 @@ func main() {
usage(os.Args[0], 1)
}
// Parse every arg except for the last one, since that will always be our
// stream URL.
// Parse command line arguments.
for i := 1; i < len(os.Args); i++ {
arg := os.Args[i]
if len(arg) >= 1 && arg[0] == '-' {