summaryrefslogtreecommitdiffstats
path: root/src/udev/udevadm-verify.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-03-13 13:30:44 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-03-13 13:30:44 +0100
commit4bc70180c017323d152b5d4cb1ac6a818de3e587 (patch)
tree01102ce51bd9eaa78951065205ed19adc5a1c71c /src/udev/udevadm-verify.c
parentudevadm: enable colorized logging (diff)
downloadsystemd-4bc70180c017323d152b5d4cb1ac6a818de3e587.tar.xz
systemd-4bc70180c017323d152b5d4cb1ac6a818de3e587.zip
udevadm-verify: fix indentation of help message
Diffstat (limited to 'src/udev/udevadm-verify.c')
-rw-r--r--src/udev/udevadm-verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/udevadm-verify.c b/src/udev/udevadm-verify.c
index 576120c0e1..c080b66f68 100644
--- a/src/udev/udevadm-verify.c
+++ b/src/udev/udevadm-verify.c
@@ -35,7 +35,7 @@ static int help(void) {
" -h --help Show this help\n"
" -V --version Show package version\n"
" -N --resolve-names=early|never When to resolve names\n"
- " --root=PATH Operate on an alternate filesystem root\n"
+ " --root=PATH Operate on an alternate filesystem root\n"
"\nSee the %s for details.\n",
program_invocation_short_name,
ansi_highlight(),