Skip to content

Commit 8c25c7a

Browse files
committed
docs: update usage
1 parent b914b99 commit 8c25c7a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/create-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# USAGE: ./create-release.sh (major|minor|patch)
44

5-
# HOWOT: merge all feature branches into dev first
5+
# HOWTO: merge all feature branches into dev first
66
# run this script on dev branch
77
# create a PR to merge dev into master (will create a new release)
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Options:
176176
-h Display this message
177177
```
178178

179-
There is a new option `-n` which registers the ZeroMQ filter.
179+
There is a new option `-z` which registers the ZeroMQ filter.
180180

181181
GPG
182182
---------

src/tools/usb-mitm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ void usage(char *arg) {
4747
printf("\t-x Enable Xbox360 UDPHID injector & filter\n");
4848
printf("\t-k Keylogger with ROT13 filter (for demo), specify optional filename to output to instead of stderr\n");
4949
printf("\t-w <filename> Write to pcap file for viewing in Wireshark\n");
50+
printf("\t-z Enable ZeroMQ filter\n");
5051
printf("\t-h Display this message\n");
5152
}
5253

0 commit comments

Comments
 (0)