diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-17 07:24:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-17 07:24:19 +0000 |
commit | fa69f110d978a374e6ab1c213ff994446466b9dc (patch) | |
tree | 638b47992053b973046bc6e5ba50294702832414 /include/usage.h | |
parent | 77dbe738d23da4065a156dd61ed0636f265e1bb6 (diff) | |
download | busybox-w32-fa69f110d978a374e6ab1c213ff994446466b9dc.tar.gz busybox-w32-fa69f110d978a374e6ab1c213ff994446466b9dc.tar.bz2 busybox-w32-fa69f110d978a374e6ab1c213ff994446466b9dc.zip |
import fakeidentd module started by Thomas Lundquist
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 6d594dc01..128aee2f5 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -575,6 +575,13 @@ | |||
575 | "\\( and \\) or null; if \\( and \\) are not used, they return the number \n" \ | 575 | "\\( and \\) or null; if \\( and \\) are not used, they return the number \n" \ |
576 | "of characters matched or 0." | 576 | "of characters matched or 0." |
577 | 577 | ||
578 | #define fakeidentd_trivial_usage \ | ||
579 | "[-b ip] [STRING]" | ||
580 | #define fakeidentd_full_usage \ | ||
581 | "Returns a set string to auth requests\n\n"\ | ||
582 | "\t-b\tBind to ip address\n"\ | ||
583 | "\tSTRING\tThe ident answer string (default is nobody)" | ||
584 | |||
578 | #define false_trivial_usage \ | 585 | #define false_trivial_usage \ |
579 | "" | 586 | "" |
580 | #define false_full_usage \ | 587 | #define false_full_usage \ |