From 490dc7aa16761765db39315028b96c56e5c3b3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 17 Sep 2015 00:22:13 +0200 Subject: [PATCH] keymap: avoid showing usage twice --- src/bin/keymap/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/keymap/main.cpp b/src/bin/keymap/main.cpp index ba4e64a5b3..7746d99ba2 100644 --- a/src/bin/keymap/main.cpp +++ b/src/bin/keymap/main.cpp @@ -147,7 +147,7 @@ main(int argc, char** argv) case 'H': default: - usage(); + mode = kUnspecified; break; } }