Skip to content

Commit 1c38b1a

Browse files
author
Brent Beardsley
committed
update version and help
1 parent 004d867 commit 1c38b1a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/histkeep/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/bbeardsley/histkeep"
1212
)
1313

14-
const version = "0.0.5"
14+
const version = "0.0.6"
1515

1616
func printUsage() {
1717
fmt.Fprintln(os.Stderr, "Usage")
@@ -45,7 +45,7 @@ func main() {
4545
atitlePtr := flag.String("atitle", "{{VALUE}}", "item title in alfred. {{VALUE}} is replaced with the item value.")
4646
aargPtr := flag.String("aarg", "{{VALUE}}", "item arg in alfred. {{VALUE}} is replaced with the item value.")
4747
filterPtr := flag.String("filter", "", "regex filter")
48-
flag.Var(&alfredVarFlags, "avar", "name=value to be passed to alfred. {{VALUE}} is replaced with item value in both name and value. Parameter can be specified multiple times for multiple variables.")
48+
flag.Var(&alfredVarFlags, "avar", "name=value to be passed to alfred. {{VALUE}} is replaced with item value in value. Parameter can be specified multiple times for multiple variables.")
4949
flag.Var(&alfredCannedItemFlags, "aitem", "item to include in alfred list. Parameter can be specified multiple times for multiple items")
5050

5151
flag.Parse()

0 commit comments

Comments
 (0)