Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg authored Jun 24, 2022
1 parent 775c8ce commit 1651a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Commands are also included to list processes, explore process status and related
| `find` | Find a PID given a process name. If multiple processes match, the first one is returned. |
| `info` | Show information about a process |
| `kernel` | Show information about the kernel |
| `kill` | Kill a process using SIGKILL |
| `kill` | Kill a process (or processes) using SIGKILL |
| `list` | List all processes currently available on the system |
| `resume` | Resume a suspended process using SIGCONT |
| `suspend` | Suspend a process using SIGSTOP (use 'dismember resume' to leave suspension) |
Expand Down

0 comments on commit 1651a38

Please sign in to comment.