From b8317536769e69fe91579d042ba3a3c114ce7d66 Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Mon, 1 Aug 2005 19:39:47 +0000 Subject: commiting: 0000073: Add option to inetd applet to run in foreground this option was already there for uclinux -- this just exposes it in the normal case as well. --- include/usage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index dad6078cd..5d7c36551 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1193,10 +1193,11 @@ "\t-f\tforce de/configuration" #define inetd_trivial_usage \ - "[-q len] [conf]" + "[-f] [-q len] [conf]" #define inetd_full_usage \ "Listens for network connections and launches programs\n\n" \ "Option:\n" \ + "\t-f\tRun as a foreground progress\n" \ "\t-q\tSets the size of the socket listen queue to\n" \ "\t\tthe specified value. Default is 128" -- cgit v1.2.3