diff options
author | Vitaly Minko <vitaly.minko@gmail.com> | 2019-09-28 18:18:16 +0300 |
---|---|---|
committer | Vitaly Minko <vitaly.minko@gmail.com> | 2019-09-28 18:18:16 +0300 |
commit | fdc15581706f0c396858e5816bf486d4ae528a0b (patch) | |
tree | 18cbe2279b7d8cac7934df426f978daea935b319 | |
parent | 56cce1c530d2f6e8a67563001214e196d0b8007a (diff) |
Fixed typo in the WebUI service.
-rw-r--r-- | cmd/dscuss-web/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dscuss-web/main.go b/cmd/dscuss-web/main.go index 3540112..55216b0 100644 --- a/cmd/dscuss-web/main.go +++ b/cmd/dscuss-web/main.go @@ -100,7 +100,7 @@ func main() { return } if *argPassword == "" { - fmt.Println("You have to specify a custom password for WegUI.") + fmt.Println("You have to specify a custom password for WebUI.") return } if *argUser == "" { |