Skip to content

Commit

Permalink
fix: fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryooooooga committed Feb 1, 2024
1 parent c5e6bf4 commit ec728d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export GO111MODULE=on

VERSION := $(shell git describe --tags --abbrev=0)
VERSION := $(shell git describe --tags)
COMMIT := $(shell git rev-parse --short HEAD)
DATE := $(shell date "+%Y-%m-%d %H:%M:%S")
LDFLAGS := -X "main.version=${VERSION}"
Expand Down
6 changes: 3 additions & 3 deletions pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ func New(version string) *cli.App {
}

const usage = `zouch [files...]
zouch --list
zouch --preview [files...]
zouch --add [files...]`
zouch --list
zouch --preview [files...]
zouch --add [files...]`

return &cli.App{
Name: "zouch",
Expand Down

0 comments on commit ec728d6

Please sign in to comment.