Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Commit

Permalink
Cli fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Jul 28, 2017
1 parent 13404a6 commit 0ce3065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindata.go
Expand Up @@ -83,7 +83,7 @@ func dataEpubcheckZip() (*asset, error) {
return nil, err
}

info := bindataFileInfo{name: "data/epubcheck.zip", size: 7921525, mode: os.FileMode(420), modTime: time.Unix(1501267409, 0)}
info := bindataFileInfo{name: "data/epubcheck.zip", size: 7921525, mode: os.FileMode(420), modTime: time.Unix(1501272036, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
Expand Down
2 changes: 1 addition & 1 deletion epubtool.go
Expand Up @@ -270,7 +270,7 @@ func main() {
app := cli.NewApp()

app.Name = "epubtool"
app.Description = "A tool to manipulate ePub files"
app.Usage = "A tool to manipulate ePub files"
app.Version = version

app.Commands = []cli.Command{
Expand Down

0 comments on commit 0ce3065

Please sign in to comment.