From 143b87b4887a4ca5a0ac497f471af80c47fafabc Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Thu, 30 Nov 2017 19:54:53 +0100 Subject: [PATCH] Correct map command description --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index c353f61..b588da1 100644 --- a/src/main.c +++ b/src/main.c @@ -139,7 +139,7 @@ static void help() { printf("\tstream\t\t\tStream computer to device\n"); printf("\tlist\t\t\tList available games and applications\n"); printf("\tquit\t\t\tQuit the application or game being streamed\n"); - printf("\tmap\t\t\tCreate mapping file for gamepad\n"); + printf("\tmap\t\t\tCreate mapping for gamepad\n"); printf("\thelp\t\t\tShow this help\n"); printf("\n Global Options\n\n"); printf("\t-config \tLoad configuration file\n");