summaryrefslogtreecommitdiff
path: root/test/rmlvo-to-keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rmlvo-to-keymap.c')
-rw-r--r--test/rmlvo-to-keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rmlvo-to-keymap.c b/test/rmlvo-to-keymap.c
index 89f71a0..c7b5dbd 100644
--- a/test/rmlvo-to-keymap.c
+++ b/test/rmlvo-to-keymap.c
@@ -37,7 +37,7 @@ static void
usage(char **argv)
{
printf("Usage: %s [--print] [--rules <rules>] [--layout <layout>] [--variant <variant>] [--options <option>]\n",
- basename(argv[0]));
+ argv[0]);
printf("This tool tests the compilation from RMLVO to a keymap.\n");
printf("--print print the resulting keymap\n");
}