summaryrefslogtreecommitdiffstats
path: root/rules/argtable2.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2008-02-29 17:47:01 +0000
committerMichael Olbrich <m.olbrich@pengutronix.de>2008-02-29 17:47:01 +0000
commit5c3c4b3e263d5316f5085474ee852d132004405b (patch)
tree3d6f0692ed09426697dcdb1227bd7ee5107b6bec /rules/argtable2.in
parent93635d2c90d6787c60c86248a4640bc3ac445966 (diff)
downloadptxdist-5c3c4b3e263d5316f5085474ee852d132004405b.tar.gz
ptxdist-5c3c4b3e263d5316f5085474ee852d132004405b.tar.xz
* add argtable2
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7806 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/argtable2.in')
-rw-r--r--rules/argtable2.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/argtable2.in b/rules/argtable2.in
new file mode 100644
index 000000000..8dc6a4ca9
--- /dev/null
+++ b/rules/argtable2.in
@@ -0,0 +1,14 @@
+
+config ARGTABLE2
+ bool
+ prompt "argtable2"
+ help
+ Argtable is an ANSI C library for parsing GNU style command line
+ arguments with a minimum of fuss. It enables the programmer to define
+ their program's argument syntax directly in the source code as an
+ array of structs. The command line is then parsed according to that
+ specification and the resulting values stored directly into
+ user-defined program variables where they are accessible to the main
+ program.
+
+# vim: syntax=kconfig