From a57d68acd5ec8aedbe8c6226dfc8afd861a9549c Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 26 Feb 2019 03:12:57 +1100 Subject: [PATCH] [client] main: fixed help text typo --- client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.c b/client/main.c index db430085..b44b2462 100644 --- a/client/main.c +++ b/client/main.c @@ -1336,7 +1336,7 @@ void doHelp(char * app) "\n" " ALL Disable the spice client entirely\n" " INPUT Disable spice keyboard & mouse input\n" - " CIPBOARD Disable spice clipboard support\n" + " CLIPBOARD Disable spice clipboard support\n" " CLIPBOARD_TO_VM Disable local clipboard to VM sync\n" " CLIPBOARD_TO_LOCAL Disable VM clipboard to local sync\n" "\n"