Compare commits

...

2 Commits

Author SHA1 Message Date
Magnus Åhall
aa1ead78e1 Bumped to v5 2024-04-24 16:32:51 +02:00
Magnus Åhall
9367bab359 Better descriptions when extracting 2024-04-24 16:32:41 +02:00

View File

@ -9,7 +9,7 @@ import (
"slices"
)
const VERSION = "v4"
const VERSION = "v5"
const MAXLINE = 1048576
type Db struct {
@ -72,7 +72,7 @@ func main() {
continue
}
fmt.Printf("Database %s\n", db.Name)
fmt.Printf("Extracting %s\n", db.Name)
if flagList {
continue
}