gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1934: add blurb for gengetopt


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1934: add blurb for gengetopt
Date: Thu, 28 Feb 2013 21:54:36 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1934
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2013-02-28 21:54:36 +0100
message:
  add blurb for gengetopt
modified:
  gnu/gengetopt/Makefile
=== modified file 'gnu/gengetopt/Makefile'
--- a/gnu/gengetopt/Makefile    2012-12-16 22:26:25 +0000
+++ b/gnu/gengetopt/Makefile    2013-02-28 20:54:36 +0000
@@ -2,7 +2,17 @@
 GARNAME = gengetopt
 GARVERSION = 2.22.6
 HOME_URL = http://www.gnu.org/software/gengetopt/
-DESCRIPTION = GNU Gengetopt, a command-line option parser generator
+DESCRIPTION = A command-line option parser generator
+define BLURB
+ Gengetopt is a program to generate a C/C++ function for parsing
+ command-line options using the getopt_long function found in GNU 
+ libc, removing some of the tedium of this task for large programs 
+ that accept many options.  The options parsed by the generated 
+ function may be in both the short (i.e. "-h") and long ("--help") 
+ formats, as specified by the GNU coding standards.  Additionally, the
+ output of the standard options "--help" and "--version" is generated
+ automatically.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]