Browse Source

Tweak wf flag help messages

pull/45/head
Matt Baer 4 years ago
parent
commit
5ac95a0c41
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      cmd/wf/flags.go

+ 2
- 2
cmd/wf/flags.go View File

@@ -7,10 +7,10 @@ import (
var flags = []cli.Flag{
cli.StringFlag{
Name: "host, H",
Usage: "Operate against a custom hostname",
Usage: "Use the given WriteFreely instance hostname",
},
cli.StringFlag{
Name: "user, u",
Usage: "Use authenticated user, other than default",
Usage: "Use the given account username",
},
}

Loading…
Cancel
Save