Skip to content

Commit

Permalink
man/ocitools-generate: Reword --poststop (after container-process exit)
Browse files Browse the repository at this point in the history
"is stopped" echoes the spec [1].  I'd be a bit happier if the spec
used "exits" instead of "is stopped" (to avoid confusion with
SIGSTOP), but this man page is not the place to be generating new
language.

[1]: https://github.com/opencontainers/runtime-spec/blob/v0.5.0/config.md#poststop

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed May 18, 2016
1 parent efd8d8f commit 345a3b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/ocitools-generate.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ inside of the container.
main process has been created.

**--poststop**=CMD
Path to command to run in poststop hooks. This command will be run after the
container completes but before the container process is destroyed
Path to command to run in poststop hooks. The command will be run
after the container process is stopped.

**--prestart**=CMD
Path to command to run in prestart hooks. This command will be run before
Expand Down

0 comments on commit 345a3b0

Please sign in to comment.