]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-cfgmin/main.go
Update dependencies
[nncp.git] / src / cmd / nncp-cfgmin / main.go
index 459cad0a7385aff1acf5127d4dc6c4009793c6f5..2a1e9cca7881f31e1f573325fc02b7446adb0f89 100644 (file)
@@ -24,12 +24,11 @@ import (
        "log"
        "os"
 
-       "github.com/hjson/hjson-go"
+       "github.com/hjson/hjson-go/v4"
        "go.cypherpunks.ru/nncp/v8"
 )
 
 func usage() {
-       fmt.Fprint(os.Stderr, nncp.UsageHeader())
        fmt.Fprint(os.Stderr, "nncp-cfgmin -- print stripped configuration\n\n")
        fmt.Fprintf(os.Stderr, "Usage: %s [options]\nOptions:\n", os.Args[0])
        flag.PrintDefaults()