Skip to content

Commit

Permalink
fix small typo
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoyu Zhang <[email protected]>
  • Loading branch information
Xiaoyu Zhang committed Jul 11, 2020
1 parent cf1273a commit 76b05e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ps.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:]
Expand Down

0 comments on commit 76b05e6

Please sign in to comment.