mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
use consistent case for ctop name
This commit is contained in:
4
main.go
4
main.go
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user