mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-08 07:23:10 -06:00
cmd/dendrite: Shorten arguments variable name to args
This commit is contained in:
parent
2ae7e40cf3
commit
638cdd33ee
|
|
@ -63,7 +63,7 @@ Environment Variables:
|
|||
PGSSLMODE Defaults to "disabled"
|
||||
`
|
||||
|
||||
arguments, _ := docopt.Parse(usage, nil, true,
|
||||
args, _ := docopt.Parse(usage, nil, true,
|
||||
"dendrite Matrix homeserver, version 0.0.1", false)
|
||||
fmt.Println(arguments)
|
||||
fmt.Println(args)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue