Skip to content

Commit

Permalink
Merge pull request #904 from renlulu/master
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
allencloud authored Mar 16, 2018
2 parents e6d20ed + b022d77 commit 0a3508e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/top.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
)

// topDescription
var topDescription = "top comand is to display the running processes of a container." +
"Your can add options just like using Linux ps command."
var topDescription = "top command is to display the running processes of a container." +
"You can add options just like using Linux ps command."

// TopCommand use to implement 'top' command, it displays all processes in a container.
type TopCommand struct {
Expand Down

0 comments on commit 0a3508e

Please sign in to comment.