keymap: avoid showing usage twice

This commit is contained in:
François Revol
2015-09-17 00:22:13 +02:00
parent 90ec3fc165
commit 490dc7aa16
+1 -1
View File
@@ -147,7 +147,7 @@ main(int argc, char** argv)
case 'H': case 'H':
default: default:
usage(); mode = kUnspecified;
break; break;
} }
} }