Skip to content

Commit

Permalink
keymap: avoid showing usage twice
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuman committed Sep 16, 2015
1 parent 90ec3fc commit 490dc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/keymap/main.cpp
Expand Up @@ -147,7 +147,7 @@ main(int argc, char** argv)

case 'H':
default:
usage();
mode = kUnspecified;
break;
}
}
Expand Down

0 comments on commit 490dc7a

Please sign in to comment.