summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPeter Retzlaff <peter@playtestcloud.com>2018-06-04 11:51:20 +0200
committerPeter Retzlaff <peter@playtestcloud.com>2018-06-04 11:51:20 +0200
commit7dfae8427218e4015c714251a6dec0fa6a73a77b (patch)
tree1ab8eddf2113f1f368af8c0427f3e90dbf9c3742 /man
parente053bd94975b27619dc67ceaeda9d27089f7acb8 (diff)
downloadbundler-7dfae8427218e4015c714251a6dec0fa6a73a77b.tar.gz
Rename --filter-dependencies to --only-explicit.
Diffstat (limited to 'man')
-rw-r--r--man/bundle-outdated.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-outdated.ronn b/man/bundle-outdated.ronn
index a36cc1c877..95c6bfda23 100644
--- a/man/bundle-outdated.ronn
+++ b/man/bundle-outdated.ronn
@@ -15,7 +15,7 @@ bundle-outdated(1) -- List installed gems with newer versions available
[--filter-major]
[--filter-minor]
[--filter-patch]
- [--filter-dependencies]
+ [--only-explicit]
## DESCRIPTION
@@ -68,7 +68,7 @@ are up to date, Bundler will exit with a status of 0. Otherwise, it will exit 1.
* `--filter-patch`:
Only list patch newer versions.
-* `--filter-dependencies`:
+* `--only-explicit`:
Only list gems specified in your Gemfile, not their dependencies.
## PATCH LEVEL OPTIONS