summaryrefslogtreecommitdiff
path: root/man/bundle-list.1
diff options
context:
space:
mode:
authorfatkodima <fatkodima123@gmail.com>2019-10-31 15:01:39 +0200
committerfatkodima <fatkodima123@gmail.com>2019-11-01 15:56:41 +0200
commit95d7e474e454c79c7b6d73d96e36547e2f1f0e35 (patch)
tree3ef977a1728501b82a29407bd0bf66ebafae2c37 /man/bundle-list.1
parent49f585ca9e5ecf2f0cf5529e1b320ce07d443de9 (diff)
downloadbundler-95d7e474e454c79c7b6d73d96e36547e2f1f0e35.tar.gz
Support multiple groups for --without-group and --only-group options in bundler list command
Diffstat (limited to 'man/bundle-list.1')
-rw-r--r--man/bundle-list.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man/bundle-list.1 b/man/bundle-list.1
index 0d932dbf28..b66de67d21 100644
--- a/man/bundle-list.1
+++ b/man/bundle-list.1
@@ -7,7 +7,7 @@
\fBbundle\-list\fR \- List all the gems in the bundle
.
.SH "SYNOPSIS"
-\fBbundle list\fR [\-\-name\-only] [\-\-paths] [\-\-without\-group=GROUP] [\-\-only\-group=GROUP]
+\fBbundle list\fR [\-\-name\-only] [\-\-paths] [\-\-without\-group=GROUP[ GROUP\.\.\.]] [\-\-only\-group=GROUP[ GROUP\.\.\.]]
.
.SH "DESCRIPTION"
Prints a list of all the gems in the bundle including their version\.
@@ -28,7 +28,7 @@ bundle list \-\-without\-group test
bundle list \-\-only\-group dev
.
.P
-bundle list \-\-only\-group dev \-\-paths
+bundle list \-\-only\-group dev test \-\-paths
.
.SH "OPTIONS"
.
@@ -41,10 +41,10 @@ Print only the name of each gem\.
Print the path to each gem in the bundle\.
.
.TP
-\fB\-\-without\-group\fR
-Print all gems expect from a group\.
+\fB\-\-without\-group=<list>\fR
+A space\-separated list of groups of gems to skip during printing\.
.
.TP
-\fB\-\-only\-group\fR
-Print gems from a particular group\.
+\fB\-\-only\-group=<list>\fR
+A space\-separated list of groups of gems to print\.