Skip to content

Commit

Permalink
Merge pull request #5775 from tnir/tnir-indicate-deprecation-bundle-c…
Browse files Browse the repository at this point in the history
…onsole

Add deprecation notice of bundle console
  • Loading branch information
simi committed Jul 27, 2022
2 parents 33471fa + 4ce7f89 commit a121616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundler/lib/bundler/man/bundle.1
Expand Up @@ -81,7 +81,7 @@ Show the source location of a particular gem in the bundle
Show all of the outdated gems in the current bundle
.
.TP
\fBbundle console(1)\fR
\fBbundle console(1)\fR (deprecated)
Start an IRB session in the current bundle
.
.TP
Expand Down
2 changes: 1 addition & 1 deletion bundler/lib/bundler/man/bundle.1.ronn
Expand Up @@ -67,7 +67,7 @@ We divide `bundle` subcommands into primary commands and utilities:
* [`bundle outdated(1)`](bundle-outdated.1.html):
Show all of the outdated gems in the current bundle

* `bundle console(1)`:
* `bundle console(1)` (deprecated):
Start an IRB session in the current bundle

* [`bundle open(1)`](bundle-open.1.html):
Expand Down

0 comments on commit a121616

Please sign in to comment.