From 689b7d37999ed684ef99a7c7a668f2bf8df7bd17 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 11 May 1996 05:23:35 +0000 Subject: (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL. --- libstore/storecat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstore/storecat.c') diff --git a/libstore/storecat.c b/libstore/storecat.c index b1f4fa57..1c307965 100644 --- a/libstore/storecat.c +++ b/libstore/storecat.c @@ -99,7 +99,7 @@ main (int argc, char **argv) break; default: - return EINVAL; + return ARGP_ERR_UNKNOWN; } return 0; } -- cgit v1.2.3