diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2023-11-08 12:36:11 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-11-08 12:36:11 +0100 |
commit | 2de67a62e812f2e4d13280f2b78712b6d344cfb7 (patch) | |
tree | 375436f6ad086f460ea02c088e4c39be679f788a /debianutils/start_stop_daemon.c | |
parent | 389c0458da7d6e941886ea3b846c98cfd63dfdd3 (diff) | |
download | busybox-w32-2de67a62e812f2e4d13280f2b78712b6d344cfb7.tar.gz busybox-w32-2de67a62e812f2e4d13280f2b78712b6d344cfb7.tar.bz2 busybox-w32-2de67a62e812f2e4d13280f2b78712b6d344cfb7.zip |
start-stop-daemon: typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r-- | debianutils/start_stop_daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 56a933fcb..04ba8baa7 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c | |||
@@ -150,7 +150,7 @@ Misc options: | |||
150 | //usage: "\n -o Exit with status 0 if nothing is done" | 150 | //usage: "\n -o Exit with status 0 if nothing is done" |
151 | //usage: "\n -v Verbose" | 151 | //usage: "\n -v Verbose" |
152 | //usage: "\n -q Quiet" | 152 | //usage: "\n -q Quiet" |
153 | //usage: "\n -O PILE Append stdout and stderr to FILE" | 153 | //usage: "\n -O FILE Append stdout and stderr to FILE" |
154 | //usage: ) | 154 | //usage: ) |
155 | 155 | ||
156 | /* Override ENABLE_FEATURE_PIDFILE */ | 156 | /* Override ENABLE_FEATURE_PIDFILE */ |