From 71e619c473a18a4990b93dc896e1f3da0b871e37 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 7 Apr 2025 08:53:57 -0500 Subject: [PATCH] Properly indent help text. --- toys/pending/klogd.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/toys/pending/klogd.c b/toys/pending/klogd.c index 8e84e2b6..8ea8a48f 100644 --- a/toys/pending/klogd.c +++ b/toys/pending/klogd.c @@ -11,13 +11,13 @@ config KLOGD bool "klogd" default n help - usage: klogd [-n] [-c PRIORITY] + usage: klogd [-n] [-c PRIORITY] - Forward messages from the kernel ring buffer (read by dmesg) to syslogd. + Forward messages from the kernel ring buffer (read by dmesg) to syslogd. - -c Print to console messages more urgent than PRIORITY (1-8) - -n Run in foreground - -s Use syscall instead of /proc + -c Print to console messages more urgent than PRIORITY (1-8) + -n Run in foreground + -s Use syscall instead of /proc */ #define FOR_klogd -- 2.39.5