Make help text more clear
This commit is contained in:
parent
bab551ec50
commit
83e678dad1
2 changed files with 4 additions and 4 deletions
2
main.go
2
main.go
|
@ -147,7 +147,7 @@ func main() {
|
|||
doPush := flag.Bool(
|
||||
"push",
|
||||
false,
|
||||
"Push the changes to the remote specified by remoteUrl",
|
||||
"Push the changes to the remote specified by remoteUrl.",
|
||||
)
|
||||
username := flag.String(
|
||||
"username",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue