summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko2023-11-08 12:36:11 +0100
committerDenys Vlasenko2023-11-08 12:36:11 +0100
commit2de67a62e812f2e4d13280f2b78712b6d344cfb7 (patch)
tree375436f6ad086f460ea02c088e4c39be679f788a
parent389c0458da7d6e941886ea3b846c98cfd63dfdd3 (diff)
downloadbusybox-2de67a62e812f2e4d13280f2b78712b6d344cfb7.zip
busybox-2de67a62e812f2e4d13280f2b78712b6d344cfb7.tar.gz
start-stop-daemon: typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--debianutils/start_stop_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c
index 56a933f..04ba8ba 100644
--- a/debianutils/start_stop_daemon.c
+++ b/debianutils/start_stop_daemon.c
@@ -150,7 +150,7 @@ Misc options:
//usage: "\n -o Exit with status 0 if nothing is done"
//usage: "\n -v Verbose"
//usage: "\n -q Quiet"
-//usage: "\n -O PILE Append stdout and stderr to FILE"
+//usage: "\n -O FILE Append stdout and stderr to FILE"
//usage: )
/* Override ENABLE_FEATURE_PIDFILE */