Fix misleading comment
This commit is contained in:
parent
2be4bf1a5e
commit
58e1fc2c27
3
main.go
3
main.go
@ -58,8 +58,7 @@ func main() {
|
|||||||
usage(os.Args[0], 1)
|
usage(os.Args[0], 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parse every arg except for the last one, since that will always be our
|
// Parse command line arguments.
|
||||||
// stream URL.
|
|
||||||
for i := 1; i < len(os.Args); i++ {
|
for i := 1; i < len(os.Args); i++ {
|
||||||
arg := os.Args[i]
|
arg := os.Args[i]
|
||||||
if len(arg) >= 1 && arg[0] == '-' {
|
if len(arg) >= 1 && arg[0] == '-' {
|
||||||
|
Loading…
Reference in New Issue
Block a user