1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 11:55:24 +02:00

fg: fixed verb tense

This commit is contained in:
Hayden Schiff 2016-02-22 18:39:36 -05:00
parent a3ebb9d38d
commit 9445f41bea

View file

@ -2,10 +2,10 @@
> Run jobs in foreground.
- Brings most recently suspended background job to foreground:
- Bring most recently suspended background job to foreground:
`fg`
- Brings a specific job to foreground:
- Bring a specific job to foreground:
`fg {{job_id}}`