diff options
author | Miles Bader <miles@gnu.org> | 1996-07-06 21:13:12 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-06 21:13:12 +0000 |
commit | a47c1da01e4062ccd4afb70aeb326b8c167e5796 (patch) | |
tree | ef70f5aa4194d6a6f8eb7576db6d7045c2226aa2 | |
parent | d2e08915a6168c3f66f1cf659226f957b4121398 (diff) |
(argp_program_version): Doc updated.
-rw-r--r-- | libshouldbeinlibc/argp-pv.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libshouldbeinlibc/argp-pv.c b/libshouldbeinlibc/argp-pv.c index d30e392d..e6e87adb 100644 --- a/libshouldbeinlibc/argp-pv.c +++ b/libshouldbeinlibc/argp-pv.c @@ -20,8 +20,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* If set by the user to a non-zero value, then a default option --version is - added (unless the ARGP_NO_HELP flag is used), which will print this string - and exit (unless the ARGP_NO_EXIT flag is used). Overridden by - ARGP_PROGRAM_VERSION_HOOK. */ +/* If set by the user program to a non-zero value, then a default option + --version is added (unless the ARGP_NO_HELP flag is used), which will + print this this string followed by a newline and exit (unless the + ARGP_NO_EXIT flag is used). Overridden by ARGP_PROGRAM_VERSION_HOOK. */ char *argp_program_version = 0; |