Merge pull request #2516 from ide-rea/fix-typo

fix small typo
This commit is contained in:
Mrunal Patel 2020-07-13 09:04:31 -07:00 committed by GitHub
commit b7d8f3bf0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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:]