From 830cc2ea7613de4c0693c596b38b140cc02f0c64 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 11 May 1996 05:05:12 +0000 Subject: (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. --- utils/storeinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/storeinfo.c') diff --git a/utils/storeinfo.c b/utils/storeinfo.c index 3ed2996a..6eaae285 100644 --- a/utils/storeinfo.c +++ b/utils/storeinfo.c @@ -216,7 +216,7 @@ main(int argc, char *argv[]) break; default: - return EINVAL; + return ARGP_ERR_UNKNOWN; } return 0; } -- cgit v1.2.3