Skip to content

Commit 1cb49ef

Browse files
committed
Retouch documents.
1 parent 22d133b commit 1cb49ef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ OPTIONS:
2828
2929
ex)
3030
31-
git parallel --color -jobs 2 --silent -- pull --rebase
31+
git parallel --color auto --jobs 2 --silent -- pull --rebase
3232
33-
git parallel --maxdepth 3 -jobs 4 -- ::: ls -lha
33+
git parallel --maxdepth 3 --jobs 4 -- ::: ls -lha
3434
```
3535

3636

git-parallel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ OPTIONS:
7474
7575
ex)
7676
77-
git parallel --color -jobs 2 --silent -- pull --rebase
77+
git parallel --color auto --jobs 2 --silent -- pull --rebase
7878
79-
git parallel --maxdepth 3 -jobs 4 -- ::: ls -lha
79+
git parallel --maxdepth 3 --jobs 4 -- ::: ls -lha
8080
HELP
8181
}
8282

git-parallel.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ OPTIONS:
2828

2929
ex)
3030

31-
git parallel \-\-color \-jobs 2 \-\-silent \-\- pull \-\-rebase
31+
git parallel \-\-color auto \-\-jobs 2 \-\-silent \-\- pull \-\-rebase
3232

33-
git parallel \-\-maxdepth 3 \-jobs 4 \-\- ::: ls \-lha
33+
git parallel \-\-maxdepth 3 \-\-jobs 4 \-\- ::: ls \-lha
3434

3535
.fi
3636
.RE

0 commit comments

Comments
 (0)