fix small typo

Signed-off-by: Xiaoyu Zhang <mateuszhang@tencent.com>
This commit is contained in:
Xiaoyu Zhang 2020-07-11 16:36:32 +08:00
parent cf1273abf4
commit 76b05e6d13
1 changed files with 1 additions and 1 deletions

2
ps.go
View File

@ -57,7 +57,7 @@ var psCommand = cli.Command{
}
// [1:] is to remove command name, ex:
// context.Args(): [containet_id ps_arg1 ps_arg2 ...]
// context.Args(): [container_id ps_arg1 ps_arg2 ...]
// psArgs: [ps_arg1 ps_arg2 ...]
//
psArgs := context.Args()[1:]