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/storeinfo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/storeinfo.c') diff --git a/utils/storeinfo.c b/utils/storeinfo.c index 82d756d3..ba6d0654 100644 --- a/utils/storeinfo.c +++ b/utils/storeinfo.c @@ -31,6 +31,8 @@ #include #include +char *argp_program_version = "storeinfo 1.0 (GNU " HURD_RELEASE ")"; + static struct argp_option options[] = { {"kind", 'k', 0, 0, "Print the type of store behind FILE"}, -- cgit v1.2.3