We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775c8ce commit 1651a38Copy full SHA for 1651a38
README.md
@@ -29,7 +29,7 @@ Commands are also included to list processes, explore process status and related
29
| `find` | Find a PID given a process name. If multiple processes match, the first one is returned. |
30
| `info` | Show information about a process |
31
| `kernel` | Show information about the kernel |
32
-| `kill` | Kill a process using SIGKILL |
+| `kill` | Kill a process (or processes) using SIGKILL |
33
| `list` | List all processes currently available on the system |
34
| `resume` | Resume a suspended process using SIGCONT |
35
| `suspend` | Suspend a process using SIGSTOP (use 'dismember resume' to leave suspension) |
0 commit comments