Default mode to crc32

This commit is contained in:
dave 2018-02-24 13:58:38 -08:00
parent 12339c7ba1
commit d6101fc617
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
)
func main() {
mode := flag.String("mode", "crc64-ecma",
mode := flag.String("mode", "crc32",
"CRC method to use. Valid values are 'crc32' (IEEE), 'crc64-iso', and 'crc64-ecma'")
flag.Usage = func() {
fmt.Fprintf(os.Stderr, "Usage: %s [-mode=<MODE>] file [file ...]\n", os.Args[0])