diff options
author | Miles Bader <miles@gnu.org> | 1996-07-06 23:08:25 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-07-06 23:08:25 +0000 |
commit | a65aabc3dfb6ddcd91e470a98b49fa376f59a838 (patch) | |
tree | 890b23a14c94269559d49e3379a1a89cec99e5e6 /utils/portinfo.c | |
parent | 1ce6c861243504134bec5619a31aa3b852887d81 (diff) | |
download | hurd-a65aabc3dfb6ddcd91e470a98b49fa376f59a838.tar.gz hurd-a65aabc3dfb6ddcd91e470a98b49fa376f59a838.tar.bz2 hurd-a65aabc3dfb6ddcd91e470a98b49fa376f59a838.zip |
(argp_program_version): New variable.
Diffstat (limited to 'utils/portinfo.c')
-rw-r--r-- | utils/portinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/portinfo.c b/utils/portinfo.c index b4ab6cfb..46cc5160 100644 --- a/utils/portinfo.c +++ b/utils/portinfo.c @@ -34,6 +34,8 @@ #include <portinfo.h> #include <portxlate.h> +char *argp_program_version = "portinfo 1.0 (GNU " HURD_RELEASE ")"; + static const struct argp_option options[] = { {0,0,0,0,0, 1}, {"verbose", 'v', 0, 0, "Give more detailed information"}, |