mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
s/\[0:/\[:/g
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
This commit is contained in:
@ -187,7 +187,7 @@ func parseOpts(args []string, root *cmds.Command) (
|
||||
}
|
||||
}
|
||||
var end bool
|
||||
end, err = parseFlag(arg[0:1], rest, mustUse)
|
||||
end, err = parseFlag(arg[:1], rest, mustUse)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user