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/fsysopts.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/fsysopts.c') diff --git a/utils/fsysopts.c b/utils/fsysopts.c index 84b91aa5..d69f1147 100644 --- a/utils/fsysopts.c +++ b/utils/fsysopts.c @@ -31,6 +31,8 @@ #include +char *argp_program_version = "fsysopts 1.0 (GNU " HURD_RELEASE ")"; + static struct argp_option options[] = { {"dereference", 'L', 0, 0, "If FILESYS is a symbolic link, follow it"}, -- cgit v1.2.3