kata-containers / runtime

Kata Containers version 1.x runtime (for version 2.x see https://github.com/kata-containers/kata-containers).
https://katacontainers.io/
Apache License 2.0
2.1k stars 377 forks source link

cli: the incorrect info of command "kata-runtime exec" #3154

Closed LiangZhou-CTY closed 3 years ago

LiangZhou-CTY commented 3 years ago

When user runs "kata-runtime exec test something" and then the help information prompted, the "EXAMPLE" field of the help information missed "exec", see: # kata-runtime <container-id> ps

Obviously it missed the word "exec" following the "kata-runtime".

LiangZhou-CTY commented 3 years ago

I'm going to work on it.