Skip to content

Commit c0d0266

Browse files
committed
Fixing release
1 parent 9130002 commit c0d0266

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ var (
4343
)
4444

4545
func main() {
46+
ox.DefaultVersionString = version
4647
args := &Args{
4748
logger: func(string, ...interface{}) {},
4849
}
4950
// flags
5051
ox.RunContext(
5152
context.Background(),
52-
ox.Usage("iv", "the command-line terminal graphics image viewer"),
53+
ox.Usage(name, "the command-line terminal graphics image viewer"),
5354
ox.Defaults(),
5455
ox.Exec(run(os.Stdout, args)),
5556
ox.From(args),

0 commit comments

Comments
 (0)