diff options
-rw-r--r-- | generator/generator_actions.ml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index d0f076c5..7829a29d 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -1629,7 +1629,9 @@ The practical upshot of this is that signals like C<SIGINT> (from users pressing C<^C>) won't be received by the child process. The default for this flag is false, because usually you want -C<^C> to kill the subprocess."); +C<^C> to kill the subprocess. Guestfish sets this flag to +true when used interactively, so that C<^C> can cancel +long-running commands gracefully (see C<guestfs_user_cancel>)."); ("get_pgroup", (RBool "pgroup", [], []), -1, [], [], |