summaryrefslogtreecommitdiff
path: root/tests/daemon
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-16 08:57:39 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-16 08:57:39 +0100
commit553e7cfb02d73f341fe4f68463e25cebac750b42 (patch)
tree70fa42e6a6ccc52d4e3f3f0a37711e6d05b7d344 /tests/daemon
parente0591ef89ab1fd515a1bccf9cb22572a62e84b76 (diff)
downloadwolfbones-553e7cfb02d73f341fe4f68463e25cebac750b42.tar.gz
wolfbones-553e7cfb02d73f341fe4f68463e25cebac750b42.tar.bz2
added documentation about command line parsing and i18n
Diffstat (limited to 'tests/daemon')
-rw-r--r--tests/daemon/README8
1 files changed, 8 insertions, 0 deletions
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/