From aecc04f1800c87e0479e74e0225e288a403ba77e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 30 Aug 2021 13:20:59 +0200 Subject: hwdb: remove double empty line in --help text --- src/hwdb/hwdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hwdb') diff --git a/src/hwdb/hwdb.c b/src/hwdb/hwdb.c index e2144df62c..26c8d66067 100644 --- a/src/hwdb/hwdb.c +++ b/src/hwdb/hwdb.c @@ -43,7 +43,7 @@ static int help(void) { " --version Show package version\n" " -s --strict When updating, return non-zero exit value on any parsing error\n" " --usr Generate in " UDEVLIBEXECDIR " instead of /etc/udev\n" - " -r --root=PATH Alternative root path in the filesystem\n\n" + " -r --root=PATH Alternative root path in the filesystem\n" "\nSee the %s for details.\n", program_invocation_short_name, ansi_highlight(), -- cgit v1.2.1