diff options
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"}, |