From e8cad790a44a1177f097cad2964e5ceeb71a807a Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Thu, 15 Feb 2018 14:00:57 +0100 Subject: [PATCH] Reword Ctrl+x description Pressing Ctrl+x resizes the window to remove black borders, "optimal" is not well-defined. --- app/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main.c b/app/src/main.c index fa53c0d6..a0e36b74 100644 --- a/app/src/main.c +++ b/app/src/main.c @@ -58,7 +58,7 @@ static void usage(const char *arg0) { " resize window to 1:1 (pixel-perfect)\n" "\n" " Ctrl+x\n" - " resize window to optimal size (remove black borders)\n" + " resize window to remove black borders\n" "\n" " Ctrl+h\n" " Home\n"