Skip to content

Commit

Permalink
fix missing dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar committed Aug 5, 2024
1 parent c9f9284 commit 444b451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ You can catch most unix signals sent to an application, excluding only special s
A signal can be listened for by passing the name of the signal (excluding the sigpart):
```bash
# listen for SIGINT or ctr+c
gdmp -int my_prog --my-prog-flags/args
```
You can block a signal from reaching the program by passing -x after the signal name.
```bash
Expand Down

0 comments on commit 444b451

Please sign in to comment.