diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/include/usage.h b/include/usage.h index 0275df3f0..2b51fad72 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -826,22 +826,16 @@ | |||
826 | "\\( and \\) or null; if \\( and \\) are not used, they return the number\n" \ | 826 | "\\( and \\) or null; if \\( and \\) are not used, they return the number\n" \ |
827 | "of characters matched or 0." | 827 | "of characters matched or 0." |
828 | 828 | ||
829 | #if 0 /* bloaty */ | ||
830 | #define fakeidentd_trivial_usage \ | 829 | #define fakeidentd_trivial_usage \ |
831 | "[-b ip] [STRING]" | 830 | "[-fiw] [-b ADDR] [STRING]" |
832 | #define fakeidentd_full_usage \ | 831 | #define fakeidentd_full_usage \ |
833 | "Return a set string to auth requests" \ | 832 | "Provide fake ident (auth) service" \ |
834 | "\n\nOptions:\n" \ | 833 | "\n\nOptions:" \ |
835 | " -b Bind to ip address\n" \ | 834 | "\n -f Run in foreground" \ |
836 | " STRING The ident answer string (default is nobody)" | 835 | "\n -i Inetd mode" \ |
837 | #else /* inetd-only */ | 836 | "\n -w Inetd 'wait' mode" \ |
838 | #define fakeidentd_trivial_usage \ | 837 | "\n -b ADDR Bind to specified address" \ |
839 | "[username]" | 838 | "\n STRING Ident answer string (default is 'nobody')" |
840 | #define fakeidentd_full_usage \ | ||
841 | "Return a (faked) ident response.\n" \ | ||
842 | "This applet is meant to run from inetd.\n" \ | ||
843 | "Optional argument is the username to return (default is 'nobody')." | ||
844 | #endif | ||
845 | 839 | ||
846 | #define false_trivial_usage \ | 840 | #define false_trivial_usage \ |
847 | "" | 841 | "" |