diff options
author | Andre Arko <andre@arko.net> | 2013-09-06 23:14:30 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-09-06 23:14:30 -0700 |
commit | 8d4bc4d6086b1f1d9d827121ad0b9d678c518548 (patch) | |
tree | 37fd5b173c2f22b4ad0b06a549d2e9b84e9514a7 /man | |
parent | 65517eb377c433799fea5357fded8c56c9e6b42c (diff) | |
download | bundler-8d4bc4d6086b1f1d9d827121ad0b9d678c518548.tar.gz |
reword exec docs for clarity
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-exec.ronn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-exec.ronn b/man/bundle-exec.ronn index afa2d40db7..ba6844c5c2 100644 --- a/man/bundle-exec.ronn +++ b/man/bundle-exec.ronn @@ -21,9 +21,9 @@ available on your shell's `$PATH`. ## OPTIONS * `--keep-file-descriptors`: - Ruby 2.0's default Kernel#exec behavior discards non-standard file descriptors. - This option enabled Ruby <= 1.9's default behavior and passes all file descriptors - to the new command. + Exec in Ruby 2.0 began discarding non-standard file descriptors. When this + flag is passed, exec will revert to the 1.9 behaviour of passing all file + descriptors to the new process. ## BUNDLE INSTALL --BINSTUBS |