summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-08-30 13:20:59 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-10-12 17:49:31 +0200
commit8d9fa0a3eed6da42711e546747d106fd8dc625ca (patch)
tree9f3bd777029be75f7155ea044b59d166de1354ba
parent2d388e6c534509d140aea40852ea543ed7054ac1 (diff)
downloadsystemd-8d9fa0a3eed6da42711e546747d106fd8dc625ca.tar.gz
hwdb: remove double empty line in --help text
(cherry picked from commit aecc04f1800c87e0479e74e0225e288a403ba77e) (cherry picked from commit da61fe147e40ba26ed8cf405dbf0a0e71e060d0b)
-rw-r--r--src/hwdb/hwdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hwdb/hwdb.c b/src/hwdb/hwdb.c
index 26cc83f31b..50b4cb304a 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(),