Skip to content

Commit 33ff4f8

Browse files
Normalize whitespace in option lists in man pages
1 parent b760a88 commit 33ff4f8

File tree

6 files changed

+12
-1
lines changed

6 files changed

+12
-1
lines changed

bundler/lib/bundler/man/bundle-check.1.ronn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ installed on the local machine, if they satisfy the requirements.
2222

2323
* `--dry-run`:
2424
Locks the [`Gemfile(5)`][Gemfile(5)] before running the command.
25+
2526
* `--gemfile`:
2627
Use the specified gemfile instead of the [`Gemfile(5)`][Gemfile(5)].
28+
2729
* `--path`:
2830
Specify a different path than the system default (`$BUNDLE_PATH` or `$GEM_HOME`).
2931
Bundler will remember this value for future installs on this machine.

bundler/lib/bundler/man/bundle-info.1.ronn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Given a gem name present in your bundle, print the basic information about it
1414
## OPTIONS
1515

1616
* `--path`:
17-
Print the path of the given gem
17+
Print the path of the given gem

bundler/lib/bundler/man/bundle-init.1.ronn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ created [`Gemfile(5)`][Gemfile(5)].
1616

1717
* `--gemspec`:
1818
Use the specified .gemspec to create the [`Gemfile(5)`][Gemfile(5)]
19+
1920
* `--gemfile`:
2021
Use the specified name for the gemfile instead of `Gemfile`
2122

bundler/lib/bundler/man/bundle-list.1.ronn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ bundle list --only-group dev test --paths
2525

2626
* `--name-only`:
2727
Print only the name of each gem.
28+
2829
* `--paths`:
2930
Print the path to each gem in the bundle.
31+
3032
* `--without-group=<list>`:
3133
A space-separated list of groups of gems to skip during printing.
34+
3235
* `--only-group=<list>`:
3336
A space-separated list of groups of gems to print.

bundler/lib/bundler/man/bundle-open.1.ronn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ Will open the source directory for the 'rack' gem in your bundle.
2323
Will open the README.md file of the 'rack' gem source in your bundle.
2424

2525
## OPTIONS
26+
2627
* `--path`:
2728
Specify GEM source relative path to open.

bundler/lib/bundler/man/bundle-viz.1.ronn

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ The associated gems must also be installed via [`bundle install(1)`](bundle-inst
2222

2323
* `--file`, `-f`:
2424
The name to use for the generated file. See `--format` option
25+
2526
* `--format`, `-F`:
2627
This is output format option. Supported format is png, jpg, svg, dot ...
28+
2729
* `--requirements`, `-R`:
2830
Set to show the version of each required dependency.
31+
2932
* `--version`, `-v`:
3033
Set to show each gem version.
34+
3135
* `--without`, `-W`:
3236
Exclude gems that are part of the specified named group.

0 commit comments

Comments
 (0)