[git commit] start-stop-daemon: typo fix

Denys Vlasenko vda.linux at googlemail.com
Wed Nov 8 11:36:11 UTC 2023


commit: https://git.busybox.net/busybox/commit/?id=2de67a62e812f2e4d13280f2b78712b6d344cfb7
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 debianutils/start_stop_daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */


More information about the busybox-cvs mailing list