File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
181181GPG
182182---------
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments