mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-11 06:15:42 +02:00
fg: fixed verb tense
This commit is contained in:
parent
a3ebb9d38d
commit
9445f41bea
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
> Run jobs in foreground.
|
> Run jobs in foreground.
|
||||||
|
|
||||||
- Brings most recently suspended background job to foreground:
|
- Bring most recently suspended background job to foreground:
|
||||||
|
|
||||||
`fg`
|
`fg`
|
||||||
|
|
||||||
- Brings a specific job to foreground:
|
- Bring a specific job to foreground:
|
||||||
|
|
||||||
`fg {{job_id}}`
|
`fg {{job_id}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue