Skip to content

Commit

Permalink
Fix #56: enable affcat -b option
Browse files Browse the repository at this point in the history
  • Loading branch information
sshock committed Mar 23, 2024
1 parent 78a8368 commit 6494d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/affcat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ int main(int argc,char **argv)
signal(SIGINFO,sig_info);
#endif

while ((ch = getopt(argc, argv, "s:S:p:lLh?dqnvr:")) != -1) {
while ((ch = getopt(argc, argv, "s:S:p:lLh?dqnbvr:")) != -1) {
switch (ch) {
case 's':
opt_segname = optarg;
Expand Down

0 comments on commit 6494d53

Please sign in to comment.