diff options
author | Manu <[email protected]> | 2023-10-04 17:52:24 +0530 |
---|---|---|
committer | git <[email protected]> | 2023-10-06 05:38:21 +0000 |
commit | 6a0c13c1d61a3afabc8b5e7874d92a7117e63ede () | |
tree | 77d61bf704c6ba0cfc505420f9bf8ba9e26bb143 /lib/bundler/man/bundle-console.1 | |
parent | 69b024d7ccb8d42bb0387a244dce4d444f619987 (diff) |
[rubygems/rubygems] Update man page for bundle exec to reflect default flag value
`--keep-file-descriptors` is true by default. https://.com/rubygems/rubygems/commit/b28e88e228
-rw-r--r-- | lib/bundler/man/bundle-console.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-CONSOLE" "1" "August 2023" "" "" . .SH "NAME" \fBbundle\-console\fR \- Deprecated way to open an IRB session with the bundle pre\-loaded |