diff options
Diffstat (limited to 'utils/storeinfo.c')
-rw-r--r-- | utils/storeinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <hurd/fs.h> #include <hurd/store.h> +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"}, |