Skip to content

Commit 1651a38

Browse files
authored
Update README.md
1 parent 775c8ce commit 1651a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Commands are also included to list processes, explore process status and related
2929
| `find` | Find a PID given a process name. If multiple processes match, the first one is returned. |
3030
| `info` | Show information about a process |
3131
| `kernel` | Show information about the kernel |
32-
| `kill` | Kill a process using SIGKILL |
32+
| `kill` | Kill a process (or processes) using SIGKILL |
3333
| `list` | List all processes currently available on the system |
3434
| `resume` | Resume a suspended process using SIGCONT |
3535
| `suspend` | Suspend a process using SIGSTOP (use 'dismember resume' to leave suspension) |

0 commit comments

Comments
 (0)