summaryrefslogtreecommitdiff
path: root/libstore/storecat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/storecat.c')
-rw-r--r--libstore/storecat.c2
1 files changed, 1 insertions, 1 deletions
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;
}