Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gf777 committed May 30, 2024
1 parent f34a7a2 commit 668b562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ int main(int argc, char **argv) {
}
break;
}
case 1: {
case 1: { // union

static struct option long_options[] = { // struct mapping long options
{"databases", required_argument, 0, 'd'},
Expand Down Expand Up @@ -286,7 +286,7 @@ int main(int argc, char **argv) {
}
break;
}
case 2: {
case 2: { // subgraph

static struct option long_options[] = { // struct mapping long options
{"database", required_argument, 0, 'd'},
Expand Down

0 comments on commit 668b562

Please sign in to comment.