From 0e60b59d5884edb8f9aea023efd9b24f1ff02049 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 8 May 2020 14:19:04 +0900 Subject: Update the bundler version with master branch --- man/bundle-list.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'man/bundle-list.1') diff --git a/man/bundle-list.1 b/man/bundle-list.1 index 72bc391ac2..0759f11a40 100644 --- a/man/bundle-list.1 +++ b/man/bundle-list.1 @@ -1,13 +1,13 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-LIST" "1" "January 2020" "" "" +.TH "BUNDLE\-LIST" "1" "May 2020" "" "" . .SH "NAME" \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=\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=\fR +A space\-separated list of groups of gems to print\. -- cgit v1.2.3