Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-hyu authored and happyCoder92 committed Aug 31, 2020
1 parent 8e69b8e commit adb069f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dump_policy_bpf/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ int main(int argc, char** argv) {
int opt;
while ((opt = getopt(argc, argv, "hc")) != -1) {
switch (opt) {
case 'n':
case 'h':
mode = HUMAN_READABLE;
break;
case 'c':
Expand Down

0 comments on commit adb069f

Please sign in to comment.