Compare commits
2 commits
2b240d873b
...
aa1ead78e1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aa1ead78e1 | ||
|
|
9367bab359 |
1 changed files with 3 additions and 3 deletions
4
main.go
4
main.go
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue