We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47fbafb + 76b05e6 commit b7d8f3bCopy full SHA for b7d8f3b
ps.go
@@ -57,7 +57,7 @@ var psCommand = cli.Command{
57
}
58
59
// [1:] is to remove command name, ex:
60
- // context.Args(): [containet_id ps_arg1 ps_arg2 ...]
+ // context.Args(): [container_id ps_arg1 ps_arg2 ...]
61
// psArgs: [ps_arg1 ps_arg2 ...]
62
//
63
psArgs := context.Args()[1:]
0 commit comments