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:
@@ -68,7 +68,7 @@ func (c *CTopHeader) SetFilter(val string) {
|
||||
|
||||
func timeStr() string {
|
||||
ts := time.Now().Local().Format("15:04:05 MST")
|
||||
return fmt.Sprintf("cTop - %s", ts)
|
||||
return fmt.Sprintf("ctop - %s", ts)
|
||||
}
|
||||
|
||||
func headerPar(x int, s string) *ui.Par {
|
||||
|
||||
Reference in New Issue
Block a user