From a65aabc3dfb6ddcd91e470a98b49fa376f59a838 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 6 Jul 1996 23:08:25 +0000 Subject: (argp_program_version): New variable. --- utils/hurdids.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/hurdids.c') diff --git a/utils/hurdids.c b/utils/hurdids.c index 37fd4f7d..18eb3c41 100644 --- a/utils/hurdids.c +++ b/utils/hurdids.c @@ -30,6 +30,8 @@ #include #include +char *argp_program_version = "hurdids 1.0 (GNU " HURD_RELEASE ")"; + static struct argp_option options[] = { {"effective", 'e', 0, 0, "Show effective ids"}, -- cgit v1.2.3