From 58e1fc2c2764ca8a1833371a9b4dcb2fe11b02f1 Mon Sep 17 00:00:00 2001 From: r4 Date: Thu, 3 Jun 2021 19:21:13 +0200 Subject: [PATCH] Fix misleading comment --- main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.go b/main.go index 55d97db..7585cdc 100644 --- a/main.go +++ b/main.go @@ -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] == '-' {