summaryrefslogtreecommitdiff
path: root/src/hwdb
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-08-30 13:20:59 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-08-30 22:25:04 +0900
commitaecc04f1800c87e0479e74e0225e288a403ba77e (patch)
tree3455b6ac2e4ce3922ff75c8de1eb22313fd58f8f /src/hwdb
parent93d2e0b6b0dd91d1a4aa89bfed56b3285a5070cb (diff)
downloadsystemd-aecc04f1800c87e0479e74e0225e288a403ba77e.tar.gz
hwdb: remove double empty line in --help text
Diffstat (limited to 'src/hwdb')
-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 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(),