jobs: added -l flag

This commit is contained in:
Hayden Schiff
2016-02-22 18:33:35 -05:00
parent 151f0b2f32
commit f50114a721

View File

@@ -10,6 +10,10 @@
`jobs {{job_id}}`
- Print process IDs of all jobs:
- Show status and process IDs of all jobs:
`jobs -l`
- Show process IDs of all jobs:
`jobs -p`