From 553e7cfb02d73f341fe4f68463e25cebac750b42 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 16 Mar 2009 08:57:39 +0100 Subject: added documentation about command line parsing and i18n --- tests/daemon/README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/daemon') diff --git a/tests/daemon/README b/tests/daemon/README index a794a9f..e3f70cb 100644 --- a/tests/daemon/README +++ b/tests/daemon/README @@ -14,3 +14,11 @@ http://gnuwin32.sourceforge.net/packages/gengetopt.htm This by no means implies that you are forced to use gengetopt together with WolfBones, you can as well write your own parser, use getopt, getopt_long, use popt or something different. + +gengetopt is not localized, but so is no getopt I know. Adding +gettext/libintl to getopt (which lives in the C-library for historical +reasons) would introduce a libc to libintl library dependency, not good! + +Alternative parsing libraries: +- http://argtable.sourceforge.net/ +- popt from RPM, http://rpm5.org/files/popt/ -- cgit v1.2.3-54-g00ecf