From db96b37c6dacde086bc7e6de60c17533d01eac45 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 3 Oct 2022 14:00:03 +0200 Subject: [PATCH] Add missing newline --- command_line.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command_line.c b/command_line.c index d1325fe..e34936d 100644 --- a/command_line.c +++ b/command_line.c @@ -84,7 +84,7 @@ static void print_usage() { " merged in order.\n" " -g, --geometry=NxM[@X,Y] Force a display size of N horizontal times M\n" " vertical pixels, offset horizontally by X\n" - " pixels and vertically by Y pixels" + " pixels and vertically by Y pixels\n" " -d --dpi=N Override the display's DPI value\n" " -h, --help Print this message and exit\n" " -v, --verbose Enable more detailed logging output on STDERR\n"