Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-11-08 14:36:11 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2023-11-08 14:36:11 +0300
commit2de67a62e812f2e4d13280f2b78712b6d344cfb7 (patch)
tree375436f6ad086f460ea02c088e4c39be679f788a
parent389c0458da7d6e941886ea3b846c98cfd63dfdd3 (diff)
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 56a933fcb..04ba8baa7 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 */