use consistent case for ctop name

This commit is contained in:
Bradley Cicenas
2017-03-08 23:40:35 +00:00
parent b9b904626c
commit 0e3fe88bb4
6 changed files with 11 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ func panicExit() {
}
}
var helpMsg = `cTop - container metric viewer
var helpMsg = `ctop - container metric viewer
usage: ctop [options]
@@ -97,5 +97,5 @@ func printHelp() {
}
func printVersion() {
fmt.Printf("cTop version %v, build %v\n", version, build)
fmt.Printf("ctop version %v, build %v\n", version, build)
}