diff options
| author | Paul Buetow (europa) <paul@buetow.org> | 2015-05-31 13:27:57 +0100 |
|---|---|---|
| committer | Paul Buetow (europa) <paul@buetow.org> | 2015-05-31 13:27:57 +0100 |
| commit | e905f478c9e35962b444ccb4fc6e02fc97304531 (patch) | |
| tree | c9ac8012c07fd77d54fc7891ea354176bb27674c | |
| parent | 7aeff8f423804f543587c58fbc7a9c9c592e244f (diff) | |
typo
| -rw-r--r-- | gotop/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gotop/main.go b/gotop/main.go index 0b8e318..c597e32 100644 --- a/gotop/main.go +++ b/gotop/main.go @@ -207,7 +207,7 @@ func parseFlags() { flag.Parse() - config.banner = "gotop v0.1 (C) 2015 Paul buetow <http://gotop.buetow.org>" + config.banner = "gotop v0.1 (C) 2015 Paul Buetow <https://gotop.buetow.org>" if *helpF { fmt.Println(config.banner) |
