"fix: -v flag description (i copied it from another project"

pull/5/head
TorchedSammy 2021-03-20 03:36:34 -04:00
parent 63d5301a98
commit 7ac391e3b1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ func main() {
parser := argparse.NewParser("hilbish", "A shell for lua and flower lovers")
verflag := parser.Flag("v", "version", &argparse.Options{
Required: false,
Help: "color palette to use",
Help: "prints hilbish version",
})
err := parser.Parse(os.Args)