Skip to content

Commit 61a627e

Browse files
committed
Corrected the documentaiton for -j,--jobs` (closes #462).
1 parent f497805 commit 61a627e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/man/ruby-install.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ https://github.com/postmodern/ruby-install#readme
4747
Remove the downloaded Ruby archive and unpacked source-code after
4848
installation.
4949

50-
`-j[`*JOBS*`]`, `--jobs[=`*JOBS*`]`
50+
`-j`, `--jobs` *NUM*, `-j`*NUM*, `--jobs=`*NUM*
5151
Specifies the number of *make* jobs to run in parallel when compiling
5252
Ruby. If the -j option is provided without an argument, *make* will
5353
allow an unlimited number of simultaneous jobs.

share/man/man1/ruby-install.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Remove the downloaded Ruby archive and unpacked source\-code after
6262
installation\.
6363
.LP
6464
.TP
65-
\fB-j[\fR\fIJOBS\fP\fB]\fR, \fB--jobs[=\fR\fIJOBS\fP\fB]\fR
65+
\fB-j\fR, \fB--jobs\fR \fINUM\fP, \fB-j\fR\fINUM\fP, \fB--jobs=\fR\fINUM\fP
6666
Specifies the number of \fImake\fP jobs to run in parallel when compiling
6767
Ruby\. If the \-j option is provided without an argument, \fImake\fP will
6868
allow an unlimited number of simultaneous jobs\.

share/ruby-install/ruby-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Options:
4343
--system Alias for -i $system_dir
4444
-s, --src-dir DIR Directory to download source-code into
4545
-c, --cleanup Remove archive and unpacked source-code after installation
46-
-j[JOBS], --jobs[=JOBS] Number of jobs to run in parallel when compiling
46+
-j, --jobs NUM, -jNUM, --jobs=NUM
47+
Number of jobs to run in parallel when compiling
4748
-p, --patch FILE Patch to apply to the Ruby source-code
4849
-M, --mirror URL Alternate mirror to download the Ruby archive from
4950
-u, --url URL Alternate URL to download the Ruby archive from

0 commit comments

Comments
 (0)