Skip to content

Commit 4947cd1

Browse files
committed
Update source help message
1 parent ebf3caa commit 4947cd1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

commands/source/help.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
package source
1616

1717
func Help(a []string) {
18+
if len(a) > 0 {
19+
erroPrinter.Print("%s\n\n", a[0])
20+
}
21+
1822
message := `Usage:
1923
2024
genimg source:<subcommand> [arguments]

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package main
1616

1717
func version() {
18-
message := `genimg v1.1.2
18+
message := `genimg v1.1.3
1919
Copyright (C) 2025-2026 Enindu Alahapperuma
2020
Licensed under GNU GPL 3.0`
2121

0 commit comments

Comments
 (0)