@ -448,7 +448,7 @@ func init() {
}
func main() {
if os.Args[1] == "-v" || os.Args[1] == "version" {
if len(os.Args) > 1 && (os.Args[1] == "-v" || os.Args[1] == "version") {
fmt.Fprintf(os.Stdout, "{...} UpClapi version:%s\n",VERSION)
os.Exit(0)
The note is not visible to the blocked user.